diff --git a/base-system/flake.nix b/base-system/flake.nix index d7246b2..caa57a9 100644 --- a/base-system/flake.nix +++ b/base-system/flake.nix @@ -17,15 +17,14 @@ }; in { - nixosConfigurations = { - nixdesktop = nixpkgs.lib.nixosSystem { - specialArgs = { inherit system; }; + nixosConfigurations.nixdesktop = nixpkgs.lib.nixosSystem { + specialArgs = { inherit system; }; - modules = [ - ./desktop-config.nix - ]; - }; - nixsurface = nixpkgs.lib.nixosSystem { + modules = [ + ./desktop-config.nix + ]; + }; + nixConfigurations.nixsurface = nixpkgs.lib.nixosSystem { specialArgs = { inherit system; }; modules = [