From 128324a4dbcf8e9faa1b21ff8c99bb020cf0a68a Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 18 Jun 2026 23:44:28 +0200 Subject: Added infra for mystra's hardware confug --- modules/hosts/mystra/hardware.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/hosts/mystra/hardware.nix (limited to 'modules/hosts') 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 + }; +} -- cgit v1.2.3