diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-18 23:44:28 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-18 23:44:28 +0200 |
| commit | 128324a4dbcf8e9faa1b21ff8c99bb020cf0a68a (patch) | |
| tree | 6b05f54d55b4132f578cae71e31f0f98bcbfea0d | |
| parent | 64e98489467298205ef7291fbbfdcea2a1e51c42 (diff) | |
Added infra for mystra's hardware confug
| -rw-r--r-- | modules/hosts/mystra/hardware.nix | 15 |
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 + }; +} |
