diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-18 21:02:24 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-18 21:02:24 +0200 |
| commit | 16f1554e54b9c6957ea449936091ff6e28246822 (patch) | |
| tree | 70648f87b609d971db3c3160dfe37677c02bc891 /modules/hosts/mystra/configuration.nix | |
| parent | 543c52c6acdec3659a0fa72e73b477beb4c7c7c4 (diff) | |
Added the base
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 + ]; + + # ... + }; +} |
