From 785cf93a410db3d412d9611a84380f0310b1c41c Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 17 Apr 2024 00:48:40 +0200 Subject: [PATCH] rename server config --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index da0f28f..652724f 100644 --- a/flake.nix +++ b/flake.nix @@ -61,7 +61,7 @@ inputs.home-manager.nixosModules.default ]; }; - server = nixpkgs.lib.nixosSystem { + NoasServer = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; inherit nix-colors;