Add instructions how to build a system config
This commit is contained in:
parent
208d7d8b7d
commit
374daf8d74
1 changed files with 6 additions and 0 deletions
|
|
@ -16,6 +16,12 @@ nix run github:nix-community/nixos-anywhere -- --flake .#<somehost> root@<someho
|
|||
nix-shell -p nixUnstable --run 'nixos-install --flake https://gitlab.jalr.de/jalr/nixos-configuration#somehost --no-channel-copy'
|
||||
```
|
||||
|
||||
### Build a configuration
|
||||
|
||||
```
|
||||
nix build .#nixosConfigurations.iron.config.system.build.toplevel
|
||||
```
|
||||
|
||||
### setting up sops
|
||||
Get the host key and convert it.
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue