diff --git a/hardware/sampledb.nix b/hardware/sampledb.nix index 7a1702f..18eb74b 100644 --- a/hardware/sampledb.nix +++ b/hardware/sampledb.nix @@ -23,6 +23,11 @@ fsType = "ext4"; }; + fileSystems."/mnt/archive" = { + device = "/dev/disk/by-uuid/66103455-9fcd-4b5b-9735-37b85a51019d"; + fsType = "ext4"; + }; + fileSystems."/boot" = { device = "/dev/disk/by-uuid/4821-12F7"; fsType = "vfat";