diff --git a/hosts/gerg-desktop/boot.nix b/hosts/gerg-desktop/boot.nix index 988be49..24c8ff7 100644 --- a/hosts/gerg-desktop/boot.nix +++ b/hosts/gerg-desktop/boot.nix @@ -17,6 +17,8 @@ in environment.systemPackages = [ pkgs.sbctl ]; + environment.shellAliases.windows = "bootctl set-oneshot windows.conf && reboot"; + boot = { initrd = { kernelModules = [ "igc" ];