mirror of
https://codeberg.org/privacy1st/nixos-anywhere-example
synced 2024-11-20 21:58:06 +01:00
refactor
This commit is contained in:
parent
19c6eaffa4
commit
60682a7da4
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
/.idea/
|
/.idea/
|
||||||
/result
|
/template/result
|
||||||
|
@ -2,9 +2,3 @@
|
|||||||
|
|
||||||
[docs](./template/README.md)
|
[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/
|
|
||||||
```
|
|
||||||
|
@ -1,5 +1,14 @@
|
|||||||
# disko + nixos-anywhere workshop
|
# 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.
|
This is an example repo for nixos-anywhere and disko.
|
||||||
It's part of our CCC camp workshop.
|
It's part of our CCC camp workshop.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user