diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-04-06 14:49:29 -0500 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-04-06 14:49:29 -0500 |
| commit | f2903b6e6450fe5d9526196920835e8006ca03fd (patch) | |
| tree | 272781f01154b90c77b21390c7ec28a499b3c011 /modules/hosts/dragotha/hardware.nix | |
| parent | dd42457fd66328d1ac850498bba865c721db6075 (diff) | |
dragotha start
Diffstat (limited to 'modules/hosts/dragotha/hardware.nix')
| -rw-r--r-- | modules/hosts/dragotha/hardware.nix | 14 |
1 files changed, 14 insertions, 0 deletions
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, + ... + }: { + }; +} |
