diff options
Diffstat (limited to 'modules/hosts/mystra/configuration.nix')
| -rw-r--r-- | modules/hosts/mystra/configuration.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/modules/hosts/mystra/configuration.nix b/modules/hosts/mystra/configuration.nix deleted file mode 100644 index 0185c19..0000000 --- a/modules/hosts/mystra/configuration.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ - self, - inputs, - ... -}: { - flake.nixosModules.mystraConfiguration = { - pkgs, - lib, - ... - }: { - imports = [ - self.nixosModules.mystraHardware - self.nixosModules.system - self.nixosModules.niri - ]; - - # ... - }; -} |
