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