all repos — nixfiles @ 1d2e714a793809757cd3deda5de9ef179805ebdb

System and user configuration, managed by nix and home-manager

nixos: fix rbs alias with `nh`
Alan Pearce alan@alanpearce.eu
Sat, 11 May 2024 17:50:20 +0200
commit

1d2e714a793809757cd3deda5de9ef179805ebdb

parent

92057a7589cada381b1c7813555edce42baf18f8

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/nixos.nixuser/settings/nixos.nix
@@ -6,7 +6,7 @@ ]; 
   home.shellAliases = {
     srb = "nh os";
-    rbs = "nh os switch --fast";
+    rbs = "nh os switch";
     rbb = "nh os boot";
     rbr = "nh os switch --rollback";
   };