This commit is contained in:
Ingolf Wagner 2022-06-23 08:11:07 +02:00
parent a085c8d3e5
commit 74b2eb869b
Signed by: palo
GPG key ID: 76BF5F1928B9618B
4 changed files with 15 additions and 19 deletions

3
.gitmodules vendored
View file

@ -4,6 +4,3 @@
[submodule "wetten"]
path = wetten
url = ssh://gogs@git.ingolf-wagner.de:443/palo/wetten.git
[submodule "submodules/property"]
path = submodules/property
url = ssh://gogs@git.ingolf-wagner.de:443/palo/property_crawlers.git

View file

@ -1,14 +1,26 @@
# My NixOS configuration
## Folder Structure
## terranix
some terranix scripts
## images
some images I use and build via nixos-generators.
## nixos
### system
Holds system type information like `server` and `desktop`.
### configs
This should container system specific configurations
### system
## library
Holds system type information like `server` and `desktop`.
some nix-lang functions and tools I use.
### modules
@ -22,14 +34,3 @@ My overlay is in here.
assets, like scripts which I dont want to write in nix-lang.
### terranix
some terranix scripts
### library
some nix-lang functions and tools I use.
### images
some images I use and build via nixos-generators.

@ -1 +0,0 @@
Subproject commit 8b2bb2d171b84489aed5dcfa0e93a701d6662054

View file

@ -1 +0,0 @@