add readme

This commit is contained in:
Niccolo Borgioli 2024-11-12 22:34:18 +01:00
parent faaa5effd2
commit 29bea2fae4

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# Nix
Nix setup for server
## Install
```bash
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --determinate
nix run home-manager -- switch --flake github:cupcakearmy/nix-cli#root
```