summaryrefslogtreecommitdiff
path: root/modules/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hosts')
-rw-r--r--modules/hosts/mystra/hardware.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/hosts/mystra/hardware.nix b/modules/hosts/mystra/hardware.nix
new file mode 100644
index 0000000..6599d7f
--- /dev/null
+++ b/modules/hosts/mystra/hardware.nix
@@ -0,0 +1,15 @@
+{
+ self,
+ inputs,
+ ...
+}: {
+ flake.nixosModules.mystraHardware = {
+ config,
+ lib,
+ pkgs,
+ modulesPath,
+ ...
+ }: {
+ # TODO: Insert hardware config generated by Mystra
+ };
+}