update to nixos 26.05
This commit is contained in:
parent
cfb533aebc
commit
ef3045a739
8 changed files with 64 additions and 69 deletions
|
|
@ -17,19 +17,18 @@
|
|||
'';
|
||||
};
|
||||
|
||||
services = {
|
||||
openssh.banner = ''
|
||||
___
|
||||
/\_ \
|
||||
____ __ \//\ \
|
||||
/',__\ /'__`\ \ \ \
|
||||
/\__, `\/\ \L\ \ \_\ \_
|
||||
\/\____/\ \___, \/\____\
|
||||
\/___/ \/___/\ \/____/
|
||||
\ \_\
|
||||
\/_/
|
||||
'';
|
||||
};
|
||||
environment.etc."ssh/banner" = ''
|
||||
___
|
||||
/\_ \
|
||||
____ __ \//\ \
|
||||
/',__\ /'__`\ \ \ \
|
||||
/\__, `\/\ \L\ \ \_\ \_
|
||||
\/\____/\ \___, \/\____\
|
||||
\/___/ \/___/\ \/____/
|
||||
\ \_\
|
||||
\/_/
|
||||
'';
|
||||
services.openssh.settings.Banner = "/etc/ssh/banner";
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue