fix (host options): change all enabled to false, fix bugs

This commit is contained in:
Kirill Samoylenkov 2025-09-30 00:26:57 +05:00
parent 327f607a0f
commit e8ecb6e16e
6 changed files with 5 additions and 6 deletions

View file

@ -12,7 +12,7 @@ in
host.nix = {
enable = lib.mkOption {
type = lib.types.bool;
default = true;
default = false;
description = "Nix settings for host.";
};
optimization.enable = lib.mkOption {