|
|
|
@ -28,12 +28,15 @@
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
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";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
swapDevices =
|
|
|
|
|
[{ device = "/dev/disk/by-uuid/61a23e27-2cd4-4456-bcde-aec68be04239"; }];
|
|
|
|
|
swapDevices = [
|
|
|
|
|
# { 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;
|
|
|
|
|
# High-DPI console
|
|
|
|
|