From be920eee853c7f0d1f77f0c5d5b1d16d5c6ff711 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Fri, 21 Feb 2025 12:40:34 +0000 Subject: Add host luna --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 8c0c90c..1f8451b 100644 --- a/flake.nix +++ b/flake.nix @@ -30,6 +30,10 @@ specialArgs = {inherit inputs outputs;}; modules = [./hosts/sol/configuration.nix]; }; + luna = nixpkgs.lib.nixosSystem { + specialArgs = {inherit inputs outputs;}; + modules = [./hosts/luna/configuration.nix]; + }; antares = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ -- cgit v1.2.3