mirror of
https://github.com/cupcakearmy/nix-cli.git
synced 2024-12-22 08:16:30 +00:00
update readme
This commit is contained in:
parent
7cc3345d92
commit
b373f428e9
15
README.md
15
README.md
@ -5,6 +5,21 @@ Nix setup for server
|
||||
## Install
|
||||
|
||||
```bash
|
||||
# First time install
|
||||
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --determinate
|
||||
|
||||
# Install / Update
|
||||
nix run home-manager -- switch --flake github:cupcakearmy/nix-cli#root -b bkp
|
||||
```
|
||||
|
||||
## Update
|
||||
|
||||
This can be run on any machine. Just update and then just rerun on the targets
|
||||
|
||||
```bash
|
||||
nix flake update
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user