stable?
This commit is contained in:
@@ -25,18 +25,6 @@
|
||||
options = [ "subvol=@nix" ];
|
||||
};
|
||||
|
||||
fileSystems."/usr/local/steam-games" =
|
||||
{ device = "/dev/disk/by-uuid/9523b80b-8a1f-4784-9750-9b8fadf91b92";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=@steam" ];
|
||||
};
|
||||
|
||||
fileSystems."/usr/local/bottles" =
|
||||
{ device = "/dev/disk/by-uuid/9523b80b-8a1f-4784-9750-9b8fadf91b92";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=@bottles" ];
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/038C-E1E1";
|
||||
fsType = "vfat";
|
||||
@@ -48,11 +36,6 @@
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/usr/local/Projects" =
|
||||
{ device = "/dev/disk/by-uuid/bd31dc44-4bc0-4080-95c7-faee9ebc2b79";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
Reference in New Issue
Block a user