add readme and gparted

This commit is contained in:
Leon Vatthauer 2024-06-25 12:59:51 +02:00
parent 6144bd8786
commit a00aed15d1
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8
2 changed files with 19 additions and 3 deletions

18
iso/README.md Normal file
View file

@ -0,0 +1,18 @@
# 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
```

View file

@ -57,12 +57,10 @@
# List packages installed in system profile.
environment.systemPackages = with pkgs; [
# for connecting to nas
nfs-utils
# some standards for convenience
vim
parted
gparted
git
];