diff --git a/config/default.nix b/config/default.nix index 112d4ec4..fa14612f 100644 --- a/config/default.nix +++ b/config/default.nix @@ -182,9 +182,6 @@ openssh = { # Required for deployment and sops enable = true; - banner = '' - See https://gitea.c3d2.de/c3d2/nix-config for configuration and documentation - ''; passwordAuthentication = false; permitRootLogin = "prohibit-password"; };