diff options
| -rw-r--r-- | flake.nix | 11 | ||||
| -rw-r--r-- | modules/hosts/hostBoilerplate.nix | 5 | ||||
| -rw-r--r-- | modules/hosts/shar/shar.nix | 0 | ||||
| -rw-r--r-- | modules/hosts/tiamat/tiamat.nix | 0 | ||||
| -rw-r--r-- | modules/hosts/vecna/vecna.nix | 0 |
5 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,11 @@ +{ + inputs = { + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + flake-parts.url = "github:hercules-ci/flake-parts"; + import-tree.url = "github:vic/import-tree"; + }; + + outputs = inputs: + inputs.flake-parts.lib.mkFlake { inherit inputs; } + (inputs.import-tree ./modules); +} diff --git a/modules/hosts/hostBoilerplate.nix b/modules/hosts/hostBoilerplate.nix new file mode 100644 index 0000000..14b7c84 --- /dev/null +++ b/modules/hosts/hostBoilerplate.nix @@ -0,0 +1,5 @@ +{ + flake.nixosModules.hostBoilerplate = {lib, ...}: { + options. + }; +} diff --git a/modules/hosts/shar/shar.nix b/modules/hosts/shar/shar.nix new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/modules/hosts/shar/shar.nix diff --git a/modules/hosts/tiamat/tiamat.nix b/modules/hosts/tiamat/tiamat.nix new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/modules/hosts/tiamat/tiamat.nix diff --git a/modules/hosts/vecna/vecna.nix b/modules/hosts/vecna/vecna.nix new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/modules/hosts/vecna/vecna.nix |
