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