summaryrefslogtreecommitdiff
path: root/modules/tinc-networkmanager.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tinc-networkmanager.nix')
-rw-r--r--modules/tinc-networkmanager.nix1
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