blossom/filesystem: remove old drives

This commit is contained in:
LavaDesu 2022-02-13 16:22:13 +07:00
parent 7a9d0481ee
commit 6cafe8fb74
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -17,10 +17,6 @@ in
options = [ "defaults" "size=4G" "mode=755" ];
};
"/boot" = mkMount "186A-A42E" "vfat";
"/mnt/hdd" = mkMount "d5e3cfe5-c73a-4695-b81b-fc0215d4cefe" "ext4";
"/mnt/prev" = mkMount "8f0ba28e-5dff-4a4e-8db0-aa72cc90cb5d" "btrfs" // {
options = [ "autodefrag" "compress=zstd:3" "defaults" "nossd" "noatime" "ro" ];
};
"/mnt/butter" = mkBtrfsMount 5 true;
"/nix" = mkBtrfsMount 257 false;