nixos/iso/README.md

18 lines
463 B
Markdown
Raw Normal View History

2024-06-25 12:59:51 +02:00
# ISO
This "host" is used for generating a bootable (flakes-enabled) NixOS image with sane default programs.
The image contains the following:
- Plasma 6 as graphical environment
- Calamares installer
- Git
- Vim
- Parted
- GParted
The graphical environment will autologin to the user `nixos`, alternatively there is a default user `leonv` with password `leonv`.
## Building the Image
```sh
nix build .#nixosConfigurations.iso.config.system.build.isoImage
```