From 3dda4681d6adc9facb8956b0e1bea24438092955 Mon Sep 17 00:00:00 2001 From: scouckel Date: Wed, 25 Mar 2026 15:32:57 -0500 Subject: flake.nix + initial host config --- flake.nix | 11 +++++++++++ modules/hosts/hostBoilerplate.nix | 5 +++++ modules/hosts/shar/shar.nix | 0 modules/hosts/tiamat/tiamat.nix | 0 modules/hosts/vecna/vecna.nix | 0 5 files changed, 16 insertions(+) create mode 100644 modules/hosts/hostBoilerplate.nix create mode 100644 modules/hosts/shar/shar.nix create mode 100644 modules/hosts/tiamat/tiamat.nix create mode 100644 modules/hosts/vecna/vecna.nix diff --git a/flake.nix b/flake.nix index e69de29..84d809a 100644 --- a/flake.nix +++ b/flake.nix @@ -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 diff --git a/modules/hosts/tiamat/tiamat.nix b/modules/hosts/tiamat/tiamat.nix new file mode 100644 index 0000000..e69de29 diff --git a/modules/hosts/vecna/vecna.nix b/modules/hosts/vecna/vecna.nix new file mode 100644 index 0000000..e69de29 -- cgit v1.3