diff options
| author | Christian <[email protected]> | 2026-01-01 17:36:33 -0600 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-01-01 17:36:33 -0600 |
| commit | 2d36e218ba1990647df825fa6312264d2edc28be (patch) | |
| tree | 179a0624c76f044cf6e85a753336a5b94c91f7ab | |
| parent | 3cb1291c4af993bfb910f8a0c3bb544dbe5b67bf (diff) | |
Rebuild alias
| -rw-r--r-- | configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index d11f1e7..8d56735 100644 --- a/configuration.nix +++ b/configuration.nix @@ -89,6 +89,10 @@ defaultEditor = true; }; + programs.bash.shellAliases = { + rebuild = "sudo nixos-rebuild switch --flake /etc/nixos"; + }; + # This option defines the first version of NixOS you have installed on this particular machine, # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions. # |
