diff options
| author | caley <u65487754@gmail.com> | 2026-06-11 23:37:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-11 23:37:23 +0200 |
| commit | 377ce810995490d1cd30a42e284212511502225d (patch) | |
| tree | 96ab7a56068148a956407e93bbbb3541f8018257 /nixos/mngr.nix | |
| parent | 6556252a2c0c5552caaa1ea1fc6a7280f6377801 (diff) | |
Update mngr.nix
Diffstat (limited to 'nixos/mngr.nix')
| -rw-r--r-- | nixos/mngr.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/mngr.nix b/nixos/mngr.nix index 2d0898b..3cea179 100644 --- a/nixos/mngr.nix +++ b/nixos/mngr.nix @@ -9,8 +9,8 @@ programs.fish = { enable = true; shellAbbrs = { - rebuild = "sudo nixos-rebuild switch --flake /etc/nixos/#box"; - update = "nix flake update --flake /etc/nixos/ && sudo nixos-rebuild switch --flake /etc/nixos/#box"; + rebuild = "sudo nixos-rebuild switch --flake /etc/nixos/#\$hostname"; + update = "nix flake update --flake /etc/nixos/ && sudo nixos-rebuild switch --flake /etc/nixos/#\$hostname"; }; functions = { fish_greeting = { body = ""; }; |
