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