diff --git a/flake.nix b/flake.nix index e03b558..a0a5120 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,10 @@ framework = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ ./configuration.nix ]; - + }; + aurora = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ ./configuration.nix ]; }; }; };