nix-cli/README.md
2024-11-12 22:34:18 +01:00

11 lines
237 B
Markdown

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