From 4f5b83d28574f7c0fd8912a671d9cb428a9d79a6 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Mon, 1 Jul 2024 19:33:55 -0400 Subject: [PATCH] reboot to windows alias :D --- hosts/gerg-desktop/boot.nix | 2 ++ 1 file changed, 2 insertions(+) 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" ];