fixed docs
This commit is contained in:
+2
-15
@@ -1,19 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./fonts
|
||||
./foot
|
||||
./fzf
|
||||
./git
|
||||
./gruvboxTheme
|
||||
./helix
|
||||
./homeManagerScripts
|
||||
./jiten
|
||||
./joshuto
|
||||
./kakoune
|
||||
./ssh
|
||||
./terminalTools
|
||||
./userDirs
|
||||
./zathura
|
||||
./zsh
|
||||
./upnp
|
||||
./vpnNamespace
|
||||
];
|
||||
}
|
||||
|
||||
@@ -110,9 +110,9 @@ in {
|
||||
|
||||
dnsServers = mkOption {
|
||||
type = with types; nullOr (listOf str);
|
||||
default = loadDns wireguardConfigFile; #[ "1.1.1.2" ];
|
||||
default = [];
|
||||
description = lib.mdDoc ''
|
||||
YOUR VPN WILL LEAK IF THIS IS NOT SET. The dns address of your vpn.
|
||||
DNS servers to append to any found in the wg-quick config file.
|
||||
'';
|
||||
example = ["1.1.1.2"];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user