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.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/user/settings/nixos.nix b/user/settings/nixos.nix
index bae37c56..d30d6a3d 100644
--- a/user/settings/nixos.nix
+++ b/user/settings/nixos.nix
@@ -5,9 +5,9 @@
   ];
 
   home.shellAliases = {
-    srb = "sudo nixos-rebuild";
-    rbs = "sudo nixos-rebuild switch --fast";
-    rbb = "sudo nixos-rebuild boot";
-    rbr = "sudo nixos-rebuild switch --rollback";
+    srb = "nh os";
+    rbs = "nh os switch --fast";
+    rbb = "nh os boot";
+    rbr = "nh os switch --rollback";
   };
 }