updated docs and ai shit
This commit is contained in:
parent
8f83105aa4
commit
1653398873
6 changed files with 478 additions and 114 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue