fixed docs

This commit is contained in:
rasmus-kirk
2024-02-20 15:45:30 +01:00
parent f5b6c56797
commit d6f86543ff
4 changed files with 6 additions and 57 deletions
+2 -15
View File
@@ -1,19 +1,6 @@
{
imports = [
./fonts
./foot
./fzf
./git
./gruvboxTheme
./helix
./homeManagerScripts
./jiten
./joshuto
./kakoune
./ssh
./terminalTools
./userDirs
./zathura
./zsh
./upnp
./vpnNamespace
];
}
+2 -2
View File
@@ -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"];
};