From 38edb2557cdad38ab950437f6a44d89b88ebc3a6 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 25 Jul 2024 23:03:45 -0700 Subject: flake: rename "default" to "c-pc" --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index abc0301..1ae7078 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ outputs = {nixpkgs, ...} @inputs: { nixosConfigurations = { - default = nixpkgs.lib.nixosSystem { + c-pc = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; }; modules = [ ./hosts/c-pc/configuration.nix -- cgit v1.2.3