diff --git a/hardware/sampledb.nix b/hardware/sampledb.nix index 1d69f67..9f8d785 100644 --- a/hardware/sampledb.nix +++ b/hardware/sampledb.nix @@ -18,6 +18,11 @@ fsType = "ext4"; }; + fileSystems."/sampledb" = { + device = "/dev/disk/by-uuid/7d70bfdb-510f-4f30-969f-d4ac59175719"; + fsType = "ext4"; + }; + fileSystems."/mnt/archive" = { device = "/dev/disk/by-uuid/66103455-9fcd-4b5b-9735-37b85a51019d"; fsType = "ext4";