From cd616778a4afd4bd45aac06d6edbb59258759656 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sat, 20 Jun 2026 19:47:32 +0200 Subject: I think I've already commit all of this... --- modules/hosts/herra/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/hosts/herra/default.nix (limited to 'modules/hosts/herra/default.nix') diff --git a/modules/hosts/herra/default.nix b/modules/hosts/herra/default.nix new file mode 100644 index 0000000..4e9c74e --- /dev/null +++ b/modules/hosts/herra/default.nix @@ -0,0 +1,11 @@ +{ + self, + inputs, + ... +}: { + flake.nixosConfigurations.herra = inputs.nixpkgs.lib.nixosSystem { + modules = [ + self.nixosModules.herraConfiguration + ]; + }; +} -- cgit v1.2.3