From f2903b6e6450fe5d9526196920835e8006ca03fd Mon Sep 17 00:00:00 2001 From: scouckel Date: Mon, 6 Apr 2026 14:49:29 -0500 Subject: dragotha start --- modules/hosts/dragotha/hardware.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/hosts/dragotha/hardware.nix (limited to 'modules/hosts/dragotha/hardware.nix') diff --git a/modules/hosts/dragotha/hardware.nix b/modules/hosts/dragotha/hardware.nix new file mode 100644 index 0000000..19bd7f1 --- /dev/null +++ b/modules/hosts/dragotha/hardware.nix @@ -0,0 +1,14 @@ +{ + self, + inputs, + ... +}: { + flake.nixosModules.dragothaHardware = { + config, + lib, + pkgs, + modulesPath, + ... + }: { + }; +} -- cgit v1.3