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/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/hosts/mystra/default.nix (limited to 'modules/hosts/mystra/default.nix') diff --git a/modules/hosts/mystra/default.nix b/modules/hosts/mystra/default.nix new file mode 100644 index 0000000..7d09d0d --- /dev/null +++ b/modules/hosts/mystra/default.nix @@ -0,0 +1,11 @@ +{ + self, + inputs, + ... +}: { + flake.nixosConfigurations.mystra = inputs.nixpkgs.lib.nixosSystem { + modules = [ + self.nixosModules.mystraConfiguration + ]; + }; +} -- cgit v1.2.3