mirror of
https://git.mediani.de/mirrors_public/oddlama_nixos-extra-modules.git
synced 2025-10-10 22:10:38 +02:00
fix: disable documentation in guests
This commit is contained in:
parent
28fdf3bfea
commit
c058a7597b
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ in {
|
|||
optimise.automatic = mkForce false;
|
||||
gc.automatic = mkForce false;
|
||||
};
|
||||
documentation.enable = mkForce false;
|
||||
|
||||
systemd.network.networks."10-${guestCfg.networking.mainLinkName}" = {
|
||||
matchConfig.Name = guestCfg.networking.mainLinkName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue