diff options
author | Alan Pearce | 2024-06-22 18:01:21 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-22 18:01:21 +0200 |
commit | 20b0d2a2470642c22d3e05d43795536cf9ccc54c (patch) | |
tree | 7ba5fd791861d01f58e5a9785b68c5644ff1230d /user | |
parent | 2a504009d57aad9155ef7291c0b677bfcfe072c0 (diff) | |
download | nixfiles-20b0d2a2470642c22d3e05d43795536cf9ccc54c.tar.lz nixfiles-20b0d2a2470642c22d3e05d43795536cf9ccc54c.tar.zst nixfiles-20b0d2a2470642c22d3e05d43795536cf9ccc54c.zip |
nixos: gotta go --fast
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/nixos.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/settings/nixos.nix b/user/settings/nixos.nix index 05b87333..85ea7f72 100644 --- a/user/settings/nixos.nix +++ b/user/settings/nixos.nix @@ -6,8 +6,8 @@ home.shellAliases = { srb = "nixos-rebuild"; - rbs = "nixos-rebuild switch"; - rbb = "nixos-rebuild boot"; + rbs = "nixos-rebuild switch --fast"; + rbb = "nixos-rebuild boot --fast"; rbr = "nixos-rebuild switch --rollback"; }; } |