Add readme

This commit is contained in:
Alexander Wainwright
2025-06-21 10:25:28 +10:00
parent 2a3a38952a
commit a6addf2f56

16
readme.md Normal file
View File

@@ -0,0 +1,16 @@
# Nix Configuration
# Deploy
From within this directory:
`sudo nixos-rebuild switch --flake .`
# Update and deploy
From within this directory:
```
nix flake update
sudo nixos-rebuild switch --flake .
```