add readme and gparted
This commit is contained in:
parent
6144bd8786
commit
a00aed15d1
2 changed files with 19 additions and 3 deletions
18
iso/README.md
Normal file
18
iso/README.md
Normal 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
|
||||||
|
```
|
|
@ -57,12 +57,10 @@
|
||||||
|
|
||||||
# List packages installed in system profile.
|
# List packages installed in system profile.
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# for connecting to nas
|
|
||||||
nfs-utils
|
|
||||||
|
|
||||||
# some standards for convenience
|
# some standards for convenience
|
||||||
vim
|
vim
|
||||||
parted
|
parted
|
||||||
|
gparted
|
||||||
git
|
git
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue