my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

nixos/networking/openssh: remove banner

its been removed

isabel 7781de8a a81c4371

+1 -10
+1 -10
modules/nixos/networking/openssh.nix
··· 1 - { 2 - lib, 3 - self, 4 - config, 5 - ... 6 - }: 1 + { lib, self, ... }: 7 2 let 8 3 inherit (lib) concatMapAttrs; 9 4 inherit (self.lib) mkPubs; ··· 14 9 startWhenNeeded = true; 15 10 16 11 allowSFTP = true; 17 - 18 - banner = '' 19 - Connected to ${config.system.name} @ ${config.system.configurationRevision} 20 - ''; 21 12 22 13 settings = { 23 14 # Don't allow root login