nixos/readme.md

18 lines
216 B
Markdown

# 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 .
```