nixos-servers/README.md

10 lines
230 B
Markdown
Raw Normal View History

2023-11-05 17:43:32 +00:00
# nixos-servers
Nix definitions to configure our physical servers.
Currently, only one physical server (named jefke) is implemented.
To deploy:
```
nixos-rebuild switch -j auto --target-host root@jefke.hyp --flake ".#jefke"
```