From 16f1554e54b9c6957ea449936091ff6e28246822 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 18 Jun 2026 21:02:24 +0200 Subject: Added the base --- modules/hosts/mystra/configuration.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 modules/hosts/mystra/configuration.nix (limited to 'modules/hosts/mystra/configuration.nix') 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 + ]; + + # ... + }; +} -- cgit v1.2.3