summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-18 23:44:28 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-18 23:44:28 +0200
commit128324a4dbcf8e9faa1b21ff8c99bb020cf0a68a (patch)
tree6b05f54d55b4132f578cae71e31f0f98bcbfea0d
parent64e98489467298205ef7291fbbfdcea2a1e51c42 (diff)
Added infra for mystra's hardware confug
-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
+ };
+}