doas again

This commit is contained in:
2024-09-21 17:54:24 -04:00
parent 8f2d53777b
commit effcf49fc5
2 changed files with 16 additions and 5 deletions

View File

@@ -4,11 +4,11 @@ format_home:
nixfmt ~/.config/home-manager
format_system:
run0 nixfmt /etc/nixos
doas nixfmt /etc/nixos
system_update:
run0 nix flake update /etc/nixos
run0 nixos-rebuild boot --impure
doas nix flake update /etc/nixos
doas nixos-rebuild boot --impure
home_update:
nix flake update ~/.config/home-manager