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

@@ -18,6 +18,8 @@
address = with values.hosts.temmie; [ (ipv4 + "/25") (ipv6 + "/64") ];
};
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 = "25.11";