summaryrefslogtreecommitdiff
path: root/hosts/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/default.nix')
-rw-r--r--hosts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index 7abd28e..60e84e9 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -49,7 +49,7 @@ with inputs; let
};
};
- nixos.enable = true;
+ getchoo.nixos.enable = true;
system.stateVersion = "23.05";
}
];