From 2d36e218ba1990647df825fa6312264d2edc28be Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 1 Jan 2026 17:36:33 -0600 Subject: Rebuild alias --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) 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. # -- cgit v1.2.3