all repos — nixfiles @ 20b0d2a2470642c22d3e05d43795536cf9ccc54c

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

nixos: gotta go --fast

Alan Pearce
commit

20b0d2a2470642c22d3e05d43795536cf9ccc54c

parent

2a504009d57aad9155ef7291c0b677bfcfe072c0

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M user/settings/nixos.nixuser/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"; }; }