Add NixOS configuration files. This is a foundation git commit that has now been deployed and working

This commit is contained in:
Root User 2026-02-06 00:00:00 +01:00
parent d09ab1d526
commit 5b980771d9
Signed by: root
GPG key ID: 087F0A95E5766D72
15 changed files with 4842 additions and 2 deletions

4
maintence_cheatsheet.md Normal file
View file

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