summaryrefslogtreecommitdiff
path: root/modules/hosts/dragotha/hardware.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hosts/dragotha/hardware.nix')
-rw-r--r--modules/hosts/dragotha/hardware.nix14
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,
+ ...
+ }: {
+ };
+}