diff --git a/modules/hardware-configuration.nix b/modules/hardware-configuration.nix index 42073fc..6f85821 100644 --- a/modules/hardware-configuration.nix +++ b/modules/hardware-configuration.nix @@ -73,6 +73,11 @@ fsType = "zfs"; }; + fileSystems."/vault/code" = + { device = "vault/code"; + fsType = "zfs"; + }; + swapDevices = [ { device = "/dev/disk/by-uuid/8262a243-b6aa-49e8-bf72-d2b85864d1c0"; } ];