the_prg_server_configuratio.../maintence_cheatsheet.md

4 lines
No EOL
120 B
Markdown

# Upload the config to the server
```zsh
rsync -avz --progress2 FILE root@HOSTNAME:/etc/nixos/configuration-knot.nix
```