update to nixos 26.05
This commit is contained in:
parent
cfb533aebc
commit
ef3045a739
8 changed files with 64 additions and 69 deletions
|
|
@ -21,17 +21,16 @@
|
|||
};
|
||||
};
|
||||
|
||||
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