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

View File

@@ -1,6 +1,6 @@
with import <nixpkgs> {};
let
setup = import ../../lib/default.nix { inherit pkgs cluster lib config; };
setup = import ../../modules/default.nix { inherit pkgs cluster lib config; };
hosts = [
{ name = "fs0-0"; address = "10.253.18.106"; hw = ./fs0-0.nix; }