diff --git a/modules/beatific.nix b/modules/beatific.nix index 56e57f0..c49e5b5 100644 --- a/modules/beatific.nix +++ b/modules/beatific.nix @@ -57,7 +57,7 @@ in { environment.etc.nixos.source = ./..; environment.shellAliases = { # Shortcut for nixos-rebuild - nr = "sudo nixos-rebuild --flake $HOME/nixos-configs"; + nr = "sudo nixos-rebuild --fast --flake $HOME/nixos-configs"; # Set some user-friendly defaults (use e.g. "command cp" to skip the alias) # -r (recursively copy dirs) -p (preserve mode, ownership, timestamps) cp = "cp -rp";