mirror of
https://github.com/nix-community/home-manager
synced 2024-11-21 20:23:08 +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:
parent
c7c2517612
commit
1bd5616e33
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue