From 8b084aa2f4952d2a95151379dede98ede8a3128b Mon Sep 17 00:00:00 2001 From: scouckel Date: Fri, 27 Mar 2026 22:50:29 -0400 Subject: movement to fully dendritic --- modules/hosts/tiamat/tiamat.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'modules/hosts/tiamat/tiamat.nix') diff --git a/modules/hosts/tiamat/tiamat.nix b/modules/hosts/tiamat/tiamat.nix index e69de29..3ff764b 100644 --- a/modules/hosts/tiamat/tiamat.nix +++ b/modules/hosts/tiamat/tiamat.nix @@ -0,0 +1,19 @@ +{ inputs, self, ... }: + +{ + flake.nixosConfigurations.tiamat = inputs.nixpkgs.lib.nixosSystem { + modules = [ + self.nixosModules.tiamat + self.nixosModules.tiamatHardware + + self.nixosModules.createHost + ]; + }; + + flake.nixosModules.tiamat = { pkgs, ... }: { + jcklib.createHost = { + hostName = "tiamat"; + userName = "jck"; + }; + }; +} -- cgit v1.3