Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinlyons authored Nov 13, 2023
1 parent 1c97c1c commit c40c58f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix
### 3. Initialize a starter template
This is a simplified version without secrets management.
```sh
mkdir -p nixos-config && (cd nixos-config && nix flake --extra-experimental-features nix-command --extra-experimental-features flakes init -t github:dustinlyons/nixos-config#starter)
mkdir -p nixos-config && (cd nixos-config && nix flake --extra-experimental-features 'nix-command flakes' init -t github:dustinlyons/nixos-config#starter)
```

This is a full version with secrets management.
```sh
mkdir -p nixos-config && (cd nixos-config && nix flake --extra-experimental-features nix-command --extra-experimental-features flakes init -t github:dustinlyons/nixos-config#starterWithSecrets)
mkdir -p nixos-config && (cd nixos-config && nix flake --extra-experimental-features 'nix-command flakes' init -t github:dustinlyons/nixos-config#starterWithSecrets)
```

### 4. Apply your current user info
Expand Down

0 comments on commit c40c58f

Please sign in to comment.