refactor(nixos): make ZFS configuration optional

- move ZFS and snapshot manager settings out of the global base
- group snapshot files under common/optional/zfs
- enable the ZFS module on existing ZFS hosts
- make the global tmpfs setting overridable
This commit is contained in:
2026-08-26 07:33:31 -04:00
parent 03537310cb
commit b8b0605279
8 changed files with 33 additions and 18 deletions
+1
View File
@@ -15,6 +15,7 @@ in
"${inputs.self}/common/optional/syncthing_base.nix"
"${inputs.self}/common/optional/update.nix"
"${inputs.self}/common/optional/zerotier.nix"
"${inputs.self}/common/optional/zfs"
./monitoring
./docker
./services