summary refs log tree commit diff stats
path: root/user/settings/nixos.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/nixos.nix')
-rw-r--r--user/settings/nixos.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/nixos.nix b/user/settings/nixos.nix
index d30d6a3d..d1f57b08 100644
--- a/user/settings/nixos.nix
+++ b/user/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";
   };