diff --git a/hosts/snowhawk/hardware-configuration.nix b/hosts/snowhawk/hardware-configuration.nix index 7142354..2221d5a 100644 --- a/hosts/snowhawk/hardware-configuration.nix +++ b/hosts/snowhawk/hardware-configuration.nix @@ -23,6 +23,11 @@ fsType = "ext4"; }; + fileSystems."/archive" = { + device = "/dev/disk/by-uuid/d5a23b72-9982-49ab-a3a6-c297c0537cba"; + fsType = "ext4"; + }; + # Enable OpenGL hardware.graphics = { enable = true;