Compare commits
2 Commits
577c4f4117
...
bf3134c5cb
Author | SHA1 | Date | |
---|---|---|---|
bf3134c5cb | |||
a45ee53e49 |
@ -44,7 +44,7 @@ in
|
||||
Cache=yes
|
||||
CacheFromLocalhost=no
|
||||
DNSSEC=allow-downgrade
|
||||
DNSOverTLS=yes
|
||||
DNSOverTLS=opportunistic
|
||||
MulticastDNS=yes
|
||||
'';
|
||||
};
|
||||
|
6
hosts/orion/modules/services/globalprotect.nix
Normal file
6
hosts/orion/modules/services/globalprotect.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }: {
|
||||
services.globalprotect.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
globalprotect-openconnect
|
||||
];
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user