summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorcaley <195605706+cqley@users.noreply.github.com>2026-08-06 10:38:11 +0200
committerGitHub <noreply@github.com>2026-08-06 10:38:11 +0200
commitf0e8fd6230e02a6841e255ffc442b3260ce93337 (patch)
tree28efb2db6372ed050feb93f3ef839262005478d1 /nixos
parent212b422ffd191d8343d98302afd0b5d231156661 (diff)
Update box.nix
Diffstat (limited to 'nixos')
-rw-r--r--nixos/hosts/box/box.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/box/box.nix b/nixos/hosts/box/box.nix
index 6ab2deb..a3fb7af 100644
--- a/nixos/hosts/box/box.nix
+++ b/nixos/hosts/box/box.nix
@@ -25,7 +25,7 @@
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";
+ update = "sudo nix flake update --flake /etc/nixos/ && sudo nixos-rebuild switch --flake /etc/nixos/#box";
};
functions = {
fish_greeting = { body = ""; };