Go to file
Ingolf Wagner 4d53abe9c3
make sure we only have fresh systems
2021-11-01 12:16:18 +01:00
.git-crypt Add 1 git-crypt collaborator 2021-07-14 12:23:23 +02:00
images fixed nixos-rebuild switch warnings for workhorse 2021-09-11 20:23:53 +02:00
mqtt introduce black formater 2021-03-26 02:46:05 +01:00
nixos make sure we only have fresh systems 2021-11-01 12:16:18 +01:00
submodules property fix issue with map 2021-02-28 10:27:21 +01:00
system/desktop/home-manager Merge branch 'feature/flakes' 2021-11-01 09:24:45 +01:00
terranix removed terraform instance 2021-09-05 10:38:00 +02:00
.gitattributes introduce git-crypt 2021-07-14 12:35:41 +02:00
.gitignore introduce git-crypt 2021-07-14 12:35:41 +02:00
.gitmodules property: setup server 2020-09-21 23:03:55 +02:00
LICENSE add license gpl 2019-10-24 11:59:38 +02:00
README.md init 2019-10-24 02:24:33 +02:00
collect-network-connections.sh wifi: fixed network collection script 2019-11-07 15:43:11 +01:00
flake.lock workhorse using flake 2021-10-31 17:49:44 +01:00
flake.nix make sure we only have fresh systems 2021-11-01 12:16:18 +01:00
shell.nix updates 2021-04-17 16:43:33 +02:00
updateChannels.sh version upgrade 2021-07-03 09:20:32 +02:00

README.md

My NixOS configuration

Folder Structure

configs

This should container system specific configurations

system

Holds system type information like server and desktop.

modules

This should container scripts that can be copied across different sources.

pkgs

My overlay is in here.

assets

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.