diff --git a/systems/gateway/default.nix b/systems/gateway/default.nix index cad4be2..6358d8c 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