This commit is contained in:
Matthew Bessette
2026-04-06 23:19:08 -04:00
parent 566fe26025
commit 26fce9d3d3
25 changed files with 153 additions and 1024 deletions

View File

@@ -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";