From 484294455c54573ed0fe707bb4c659af362de394 Mon Sep 17 00:00:00 2001 From: twoneis Date: Thu, 2 Nov 2023 05:23:03 +0100 Subject: [PATCH] bit of restructuring --- base-system/flake.nix | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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 = [