updated docs and ai shit

This commit is contained in:
steffen 2026-03-14 11:44:41 +01:00
parent 8f83105aa4
commit 1653398873
6 changed files with 478 additions and 114 deletions

View file

@ -152,7 +152,9 @@ For hosts not using automated deployment:
nix build .#nixosConfigurations.<hostname>.config.system.build.toplevel
# Deploy with nixos-rebuild
nixos-rebuild switch --flake .#<hostname> --target-host root@<hostname>
nixos-rebuild switch --flake .#<hostname> \
--target-host <user>@<hostname> --use-remote-sudo \
--ssh-option="-p 2299"
# Or using deploy-rs
nix run github:serokell/deploy-rs -- .#<hostname>