aboutsummaryrefslogtreecommitdiff
path: root/hosts/c-pc/hardware-configuration.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-07-22 19:02:31 -0700
committerCaroline Larimore <caroline@larimo.re>2024-07-22 19:02:31 -0700
commit2f6152042984b7578e86b15892b093f0a8301c97 (patch)
tree3346b0de067cb52eb86f38ac60f02b07c68283a1 /hosts/c-pc/hardware-configuration.nix
parent23282f550e792ef22bda744147f83365377dd7ec (diff)
Use /secrets
Diffstat (limited to 'hosts/c-pc/hardware-configuration.nix')
-rw-r--r--hosts/c-pc/hardware-configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/c-pc/hardware-configuration.nix b/hosts/c-pc/hardware-configuration.nix
index c268ff8..dee425a 100644
--- a/hosts/c-pc/hardware-configuration.nix
+++ b/hosts/c-pc/hardware-configuration.nix
@@ -36,6 +36,7 @@
"/" = { fsType = "zfs"; device = "zpool/root"; };
"/home" = { fsType = "zfs"; device = "zpool/home"; };
"/persist" = { fsType = "zfs"; device = "zpool/persist"; };
+ "/secrets" = { fsType = "zfs"; device = "zpool/secrets"; };
"/nix" = { fsType = "zfs"; device = "zpool/nix"; };
"/boot" = { fsType = "vfat"; device = "/dev/disk/by-uuid/12CE-A600"; };