aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-07-25 23:03:45 -0700
committerCaroline Larimore <caroline@larimo.re>2024-07-25 23:03:45 -0700
commit38edb2557cdad38ab950437f6a44d89b88ebc3a6 (patch)
tree337649a3af4ba1e877ae7aa3b2236d73173100d3 /flake.nix
parent87c1648dc37a832f90df8b26b00a311b796ed893 (diff)
flake: rename "default" to "c-pc"
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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