summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscouckel <james.krinsky@gmail.com>2026-03-25 15:32:57 -0500
committerscouckel <james.krinsky@gmail.com>2026-03-25 15:32:57 -0500
commit3dda4681d6adc9facb8956b0e1bea24438092955 (patch)
treef40db58ba0394d84a9f800f48696c5d23b66c202
parent2a50a86e3faea6deae9adc76572cc543baf678d3 (diff)
flake.nix + initial host config
-rw-r--r--flake.nix11
-rw-r--r--modules/hosts/hostBoilerplate.nix5
-rw-r--r--modules/hosts/shar/shar.nix0
-rw-r--r--modules/hosts/tiamat/tiamat.nix0
-rw-r--r--modules/hosts/vecna/vecna.nix0
5 files changed, 16 insertions, 0 deletions
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
--- /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