Server: add rust_motd

This commit is contained in:
Toast 2024-07-12 11:48:32 +02:00
parent a826c532e5
commit 99a17a7c79
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{...}: {
programs.rust-motd = {
enable = true;
enableMotdInSSHD = true;
settings = {
filesystems = {
Root = "/";
Boot = "/boot/efi";
};
last_run.last_run = true;
};
};
}