this repo has no description
1
fork

Configure Feed

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

Fix ssh header

Ben C e34af236 75196809

+1 -1
+1 -1
nixosModules/ssh-server.nix
··· 15 15 banner = let 16 16 name = lib.toUpper config.networking.hostName; 17 17 in '' 18 - -= ${name} -= 18 + -= ${name} =- 19 19 20 20 21 21 '';