Add readme
This commit is contained in:
parent
2a3a38952a
commit
a6addf2f56
1 changed files with 16 additions and 0 deletions
16
readme.md
Normal file
16
readme.md
Normal 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 .
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue