blackadder: move boot fs and swap to 980pro ssd

master
Yorick van Pelt 2023-06-04 15:18:26 +02:00
parent 414abe46cd
commit f0f16dc7b2
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
1 changed files with 6 additions and 3 deletions

View File

@ -28,12 +28,15 @@
}; };
fileSystems."/boot" = { fileSystems."/boot" = {
device = "/dev/disk/by-uuid/5D0A-7902"; # device = "/dev/disk/by-uuid/5D0A-7902"; # mp600
device = "/dev/disk/by-uuid/897D-8245"; # 980pro
fsType = "vfat"; fsType = "vfat";
}; };
swapDevices = swapDevices = [
[{ device = "/dev/disk/by-uuid/61a23e27-2cd4-4456-bcde-aec68be04239"; }]; # { device = "/dev/disk/by-uuid/61a23e27-2cd4-4456-bcde-aec68be04239"; } # mp600
{ device = "/dev/disk/by-uuid/15057589-6483-4e10-9f87-67ed7e314d26"; } # 980pro
];
nix.settings.max-jobs = lib.mkDefault 32; nix.settings.max-jobs = lib.mkDefault 32;
# High-DPI console # High-DPI console