Compare commits

..

No commits in common. "bf3134c5cb8bcf6cef4bc5fdd3a7cb71f6e6daf1" and "577c4f4117dd2585f61792329a849301ec074b63" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -44,7 +44,7 @@ in
Cache=yes Cache=yes
CacheFromLocalhost=no CacheFromLocalhost=no
DNSSEC=allow-downgrade DNSSEC=allow-downgrade
DNSOverTLS=opportunistic DNSOverTLS=yes
MulticastDNS=yes MulticastDNS=yes
''; '';
}; };

View File

@ -1,6 +0,0 @@
{ pkgs, ... }: {
services.globalprotect.enable = true;
environment.systemPackages = with pkgs; [
globalprotect-openconnect
];
}