diff --git a/systems/gateway/default.nix b/systems/gateway/default.nix index 6358d8c..a479c6b 100644 --- a/systems/gateway/default.nix +++ b/systems/gateway/default.nix @@ -1,6 +1,6 @@ { config, inputs, ... }: { imports = [ ./hardware.nix ]; - services.logind.enable = false; + services.openssh.enable = true; services.openssh.authorizedKeysFiles = [ config.sops.secrets."iriy_ssh_pub".path