summaryrefslogtreecommitdiff
path: root/hosts/poweredge
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-04-11 18:33:20 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-04-11 18:33:20 -0500
commit9a40ac45f0e572a41f2f8f3d2f18c50338c9ddb2 (patch)
tree5eca399aef60a647708307cdc726aed22726fe45 /hosts/poweredge
parentca935461bc128bbeb82e4b3f5504a480c269dc0a (diff)
downloadnixos-9a40ac45f0e572a41f2f8f3d2f18c50338c9ddb2.tar.xz
nixos-9a40ac45f0e572a41f2f8f3d2f18c50338c9ddb2.zip
btrfs profile with autoscrubbing and move docker.storageDriver to the btrfs/zfs profiles
Diffstat (limited to 'hosts/poweredge')
-rw-r--r--hosts/poweredge/configuration.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/poweredge/configuration.nix b/hosts/poweredge/configuration.nix
index 3490589..e2798bd 100644
--- a/hosts/poweredge/configuration.nix
+++ b/hosts/poweredge/configuration.nix
@@ -22,11 +22,9 @@
};
collections = {
development.docker.enable = true;
- development.docker.btrfsSupport = false; # TODO remove
};
};
- virtualisation.docker.storageDriver = "zfs"; # TODO move to profile
# Enable smartd
services.smartd.enable = true; # TODO move to archetype