23 lines
588 B
Markdown
23 lines
588 B
Markdown
# Private NixOS Configuration
|
|
|
|
[Felix Nixos Config](https://github.com/Stunkymonkey/nixos)
|
|
|
|
## structure
|
|
|
|
```
|
|
.
|
|
├── images # custom image generations
|
|
├── machines # machine definitions
|
|
├── modules # own nix-options, to modularize services/hardware/...
|
|
├── overlays # overlays
|
|
├── pkgs # own packages, which are not available in nixpkgs
|
|
└── environments # summarize module collections into single options
|
|
```
|
|
|
|
|
|
## ToDo's:
|
|
- [ ] Developer Workbench
|
|
- [ ] Use Disko for drives
|
|
- [ ] fully automate installation
|
|
|
|
## usage |