fixed ipv6 on cirrus, fixed remote backups on cirrostratus.

This commit is contained in:
Gabe Venberg 2025-10-19 00:26:13 +02:00
parent 084e4ca421
commit 31d93e3770
6 changed files with 11 additions and 18 deletions

View file

@ -9,6 +9,9 @@ home-manager target=(`whoami`+"@"+`hostname`):
git add -AN
home-manager --flake .#{{target}} switch
deploy target:
nixos-rebuild --flake .#{{target}} switch --target-host root@{{target}}
check:
git add -AN
nix flake check --keep-going