diff --git a/modules/hardware-configuration.nix b/modules/hardware-configuration.nix index 6302001..3938f49 100644 --- a/modules/hardware-configuration.nix +++ b/modules/hardware-configuration.nix @@ -48,6 +48,11 @@ fsType = "vfat"; }; + fileSystems."/home/coolneng/Videos" = + { device = "syscea/stateful/home/videos"; + fsType = "zfs"; + }; + swapDevices = [ { device = "/dev/disk/by-uuid/1f0ea09c-e655-4a9f-83d4-9d396de01720"; } ];