cleanup
This commit is contained in:
parent
a085c8d3e5
commit
74b2eb869b
4 changed files with 15 additions and 19 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -4,6 +4,3 @@
|
||||||
[submodule "wetten"]
|
[submodule "wetten"]
|
||||||
path = wetten
|
path = wetten
|
||||||
url = ssh://gogs@git.ingolf-wagner.de:443/palo/wetten.git
|
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
|
|
||||||
|
|
29
README.md
29
README.md
|
@ -1,14 +1,26 @@
|
||||||
# My NixOS configuration
|
# 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
|
### configs
|
||||||
|
|
||||||
This should container system specific configurations
|
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
|
### modules
|
||||||
|
|
||||||
|
@ -22,14 +34,3 @@ My overlay is in here.
|
||||||
|
|
||||||
assets, like scripts which I dont want to write in nix-lang.
|
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
|
|
|
@ -1 +0,0 @@
|
||||||
|
|
Loading…
Reference in a new issue