mirror of
https://github.com/zoriya/home-manager.git
synced 2025-12-06 06:16:09 +00:00
lib/file-type: Make force option visible (#6003)
This is something that is useful, we should not hide it from the docs.
This commit is contained in:
@@ -99,7 +99,6 @@ in {
|
||||
force = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
visible = false;
|
||||
description = ''
|
||||
Whether the target path should be unconditionally replaced
|
||||
by the managed file source. Warning, this will silently
|
||||
|
||||
Reference in New Issue
Block a user