hosts/various: enable qemu guest agent, disable smartd for vms by default

This commit is contained in:
h7x4
2026-01-22 16:05:36 +09:00
parent 28baf322ce
commit 5f94345a91
8 changed files with 14 additions and 7 deletions

View File

@@ -35,6 +35,8 @@
package = config.boot.kernelPackages.nvidiaPackages.production;
};
services.qemuGuest.enable = true;
# Don't change (even during upgrades) unless you know what you are doing.
# See https://search.nixos.org/options?show=system.stateVersion
system.stateVersion = "24.11";