diff options
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 = { |
