diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 = [ |
