aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2024-12-25 11:02:11 -0500
committertdback <tyler@tdback.net>2024-12-25 11:02:11 -0500
commit9d69e79c9201457c61c55fa555d84af1e2a585de (patch)
tree649cfd257d123383ea505a462c5fe3ded17d2a92 /hosts
parent3f5fb2da8b191bdef4688777d405d20ea1350607 (diff)
rename zfs storage pool
Diffstat (limited to 'hosts')
-rw-r--r--hosts/eden/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/eden/default.nix b/hosts/eden/default.nix
index 01951ef..aac40b1 100644
--- a/hosts/eden/default.nix
+++ b/hosts/eden/default.nix
@@ -35,7 +35,7 @@
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
- zfs.extraPools = [ "lagoon" ];
+ zfs.extraPools = [ "tank" ];
};
motd = {
@@ -53,8 +53,8 @@
services.zquota = {
enable = true;
quotas = {
- "lagoon/backups" = 512;
- "lagoon/media" = 2048;
+ "tank/backups" = 512;
+ "tank/media" = 2048;
};
};
}