1
1
Fork 1
mirror of https://github.com/oddlama/nixos-extra-modules.git synced 2025-10-10 22:00:39 +02:00

fix: disable documentation in guests

This commit is contained in:
Patrick 2024-07-13 00:35:30 +02:00
parent 28fdf3bfea
commit c058a7597b
No known key found for this signature in database
GPG key ID: 451F95EFB8BECD0F

View file

@ -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;