Added Readme File

This commit is contained in:
2023-06-27 11:35:22 +02:00
commit 6173c533f2
+15
View File
@@ -0,0 +1,15 @@
# Private NixOS Configuration
## 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
└── profiles # summarize module collections into single options
```
## usage