[NixOS] Disable nix overlay
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
options = {
|
||||
imalison.nixOverlay.enable = lib.mkOption {
|
||||
default = true;
|
||||
default = false;
|
||||
type = lib.types.bool;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user