aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
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;
};
};
}