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

@@ -31,10 +31,6 @@
anyInterface = true;
};
# There are no smart devices
services.smartd.enable = false;
# we are a vm now
services.qemuGuest.enable = true;
# Don't change (even during upgrades) unless you know what you are doing.