change default swap size settings
This commit is contained in:
@@ -39,7 +39,7 @@ let
|
||||
swap = {
|
||||
name = "swap";
|
||||
label = "swap";
|
||||
size = "34G";
|
||||
size = lib.mkDefault "34G";
|
||||
content = { type = "swap"; };
|
||||
};
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"rd.systemd.show_status=auto"
|
||||
];
|
||||
|
||||
disko.devices.disk.main.content.partitions.swap.size = lib.mkOverride "16G";
|
||||
disko.devices.disk.main.content.partitions.swap.size = "16G";
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user