diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-25 23:03:45 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-25 23:03:45 -0700 |
| commit | 38edb2557cdad38ab950437f6a44d89b88ebc3a6 (patch) | |
| tree | 337649a3af4ba1e877ae7aa3b2236d73173100d3 /flake.nix | |
| parent | 87c1648dc37a832f90df8b26b00a311b796ed893 (diff) | |
flake: rename "default" to "c-pc"
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |