diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-12-07 20:32:45 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-12-07 20:32:45 +0100 |
| commit | da6a7d5c69aa3e8b70755e88be0f44b642422114 (patch) | |
| tree | bb64c8f76a0655b0967d73d7de3541fe2825aa57 /modules/tinc-networkmanager.nix | |
| parent | 26ba0280e38648a787a5ef60807f91765c40d1d5 (diff) | |
| download | nixos-da6a7d5c69aa3e8b70755e88be0f44b642422114.tar nixos-da6a7d5c69aa3e8b70755e88be0f44b642422114.tar.gz nixos-da6a7d5c69aa3e8b70755e88be0f44b642422114.tar.bz2 nixos-da6a7d5c69aa3e8b70755e88be0f44b642422114.tar.xz nixos-da6a7d5c69aa3e8b70755e88be0f44b642422114.zip | |
bump
Diffstat (limited to 'modules/tinc-networkmanager.nix')
| -rw-r--r-- | modules/tinc-networkmanager.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/tinc-networkmanager.nix b/modules/tinc-networkmanager.nix index ff03abd2..4beba737 100644 --- a/modules/tinc-networkmanager.nix +++ b/modules/tinc-networkmanager.nix | |||
| @@ -8,6 +8,7 @@ in { | |||
| 8 | options.nmDispatch = lib.mkOption { | 8 | options.nmDispatch = lib.mkOption { |
| 9 | type = lib.types.bool; | 9 | type = lib.types.bool; |
| 10 | default = config.networking.networkmanager.enable; | 10 | default = config.networking.networkmanager.enable; |
| 11 | defaultText = lib.literalExpression "config.networking.networkmanager.enable"; | ||
| 11 | description = '' | 12 | description = '' |
| 12 | Install a network-manager dispatcher script to automatically | 13 | Install a network-manager dispatcher script to automatically |
| 13 | connect to all remotes when networking is available | 14 | connect to all remotes when networking is available |
