Make Linode boot after migration
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
{ device = "/dev/sdb"; }
|
||||
#{ device = "/dev/sdb"; }
|
||||
];
|
||||
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
@@ -28,6 +28,7 @@ in {
|
||||
environment.sessionVariables.MOZ_ENABLE_WAYLAND = "0";
|
||||
environment.systemPackages = with pkgs; [
|
||||
coreutils-full
|
||||
direnv # needed for xonsh-direnv
|
||||
efibootmgr
|
||||
psmisc
|
||||
lshw
|
||||
|
||||
Reference in New Issue
Block a user