Reorganize project

This commit is contained in:
Jonas Juselius
2020-11-05 10:02:01 +01:00
parent 4876de1547
commit 6fea8b3bc8
57 changed files with 1106 additions and 319 deletions

7
modules/modules.nix Normal file
View File

@@ -0,0 +1,7 @@
{
imports = [
./os.nix
./fs.nix
./k8s.nix
];
}