add backup to switch

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

View File

@ -6,5 +6,5 @@ Nix setup for server
```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
nix run home-manager -- switch --flake github:cupcakearmy/nix-cli#root -b bkp
```