diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-05-20 21:30:46 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-05-20 21:30:46 +0200 |
| commit | 98080b79cfbac8f4a7c17af91e697ae84278f8ab (patch) | |
| tree | bac7b8d6ad7db89ecddf6592e4645f0e4df7beb0 /hosts/apocalypse/default.nix | |
| parent | bed1771ab1f65b55e396d6cfee49f574bec48421 (diff) | |
Fortissl vpn
Diffstat (limited to 'hosts/apocalypse/default.nix')
| -rw-r--r-- | hosts/apocalypse/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/apocalypse/default.nix b/hosts/apocalypse/default.nix index 450db65..a6aa964 100644 --- a/hosts/apocalypse/default.nix +++ b/hosts/apocalypse/default.nix @@ -1,4 +1,4 @@ -{ lib, pkgs, ... }: +{ lib, ... }: { imports = [ ./hardware-configuration.nix @@ -13,7 +13,6 @@ "127.0.0.1" = [ "omega-relay.local" ]; }; - services.logind.settings.Login = { HandleLidSwitch = "suspend"; HandleLidSwitchExternalPower = "lock"; @@ -33,6 +32,7 @@ vpn.mullvad.enable = true; vpn.eduvpn.enable = true; + vpn.fortissl.enable = true; gpg.enable = true; remote_builder = { |
