[Darwin] Use sudo to rebuild system.

Signed-off-by: Mariano Uvalle <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-06-13 21:17:56 -07:00
parent c311958d2b
commit 9485153870

View file

@ -36,7 +36,7 @@
homeconf = "nvim /Users/uagm/nixos/hosts/macbook/home.nix"; homeconf = "nvim /Users/uagm/nixos/hosts/macbook/home.nix";
nvconf = "nvim /Users/uagm/nixos/home-modules/explicit-configs/nvim/init.lua"; nvconf = "nvim /Users/uagm/nixos/home-modules/explicit-configs/nvim/init.lua";
# TODO: Interpolate the name of the host here. # TODO: Interpolate the name of the host here.
nrsw = "darwin-rebuild switch --flake /Users/uagm/nixos#macbook"; nrsw = "sudo darwin-rebuild switch --flake /Users/uagm/nixos#macbook";
}; };
}; };
} }