doc: linked headers
This commit is contained in:
parent
c3cbe18c52
commit
4774e0c02c
1 changed files with 8 additions and 8 deletions
16
ReadMe.md
16
ReadMe.md
|
@ -6,39 +6,39 @@
|
||||||
|
|
||||||
## folder structure
|
## folder structure
|
||||||
|
|
||||||
### certificates
|
### [certificates](certificates)
|
||||||
|
|
||||||
Should only contain public certificates. Though i am thinking about making even
|
Should only contain public certificates. Though i am thinking about making even
|
||||||
them a secret with the future (r)age-nix setup
|
them a secret with the future (r)age-nix setup
|
||||||
|
|
||||||
### dev_shells
|
### [dev_shells](dev_shells)
|
||||||
|
|
||||||
Each dev-shell should have it's file or folder, even the default one
|
Each dev-shell should have it's file or folder, even the default one
|
||||||
|
|
||||||
### experiments
|
### [experiments](experiments)
|
||||||
|
|
||||||
The feel free folder, but don't go overboard, it should be temporary or interim stuff.
|
The feel free folder, but don't go overboard, it should be temporary or interim stuff.
|
||||||
|
|
||||||
### hosts
|
### [hosts](hosts)
|
||||||
|
|
||||||
Each host should have a folder with a default.nix in it. This file should import
|
Each host should have a folder with a default.nix in it. This file should import
|
||||||
from system_profiles and can import specific things, but at some point just
|
from system_profiles and can import specific things, but at some point just
|
||||||
create a new system_profile. Especially when multiple hosts share imports
|
create a new system_profile. Especially when multiple hosts share imports
|
||||||
|
|
||||||
### lib
|
### [lib](lib)
|
||||||
|
|
||||||
nix functions, that can be used around this repo. Please not on the outside
|
nix functions, that can be used around this repo. Please not on the outside
|
||||||
|
|
||||||
### modules
|
### [modules](modules)
|
||||||
|
|
||||||
Most functionality is in here atm, not well defined yet.
|
Most functionality is in here atm, not well defined yet.
|
||||||
But basically just NixOS options
|
But basically just NixOS options
|
||||||
|
|
||||||
### overlays
|
### [overlays](overlays)
|
||||||
|
|
||||||
nixpkgs overlay, right now only used for nixos-unstable
|
nixpkgs overlay, right now only used for nixos-unstable
|
||||||
|
|
||||||
### system_profiles
|
### [system_profiles](system_profiles)
|
||||||
|
|
||||||
This whole folder is for the most part just a system to clean up importing
|
This whole folder is for the most part just a system to clean up importing
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue