summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
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 = [