diff options
Diffstat (limited to 'modules')
| -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 + }; +} |
