This commit is contained in:
Daniel Langbein 2023-10-12 13:01:44 +02:00
parent 19c6eaffa4
commit 60682a7da4
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
4 changed files with 10 additions and 7 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
/.idea/
/result
/template/result

View File

@ -2,9 +2,3 @@
[docs](./template/README.md)
## Build installer ISO with SSH
```shell
nix-build '<nixpkgs/nixos>' -A config.system.build.isoImage -I nixos-config=iso.nix
ls result/iso/
```

View File

@ -1,5 +1,14 @@
# disko + nixos-anywhere workshop
## Build installer ISO with SSH
```shell
nix-build '<nixpkgs/nixos>' -A config.system.build.isoImage -I nixos-config=iso.nix
ls result/iso/
```
## Installation
This is an example repo for nixos-anywhere and disko.
It's part of our CCC camp workshop.