diff options
Diffstat (limited to 'hosts/c-pc/hardware-configuration.nix')
| -rw-r--r-- | hosts/c-pc/hardware-configuration.nix | 1 |
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"; }; |