From 76d2ac901792255eb0d0781aeffa7fe4eece312f Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 10 Nov 2022 10:38:43 +0100 Subject: [PATCH] Create videos volume without snapshotting --- modules/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) 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"; } ];