Make Linode boot after migration

This commit is contained in:
Greg Hellings
2024-08-21 18:11:58 +00:00
parent d9153ca794
commit 456b194568
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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;
+1
View File
@@ -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