diff options
| author | ene <ene@sils.li> | 2023-01-21 08:23:36 +0100 | 
|---|---|---|
| committer | ene <ene@sils.li> | 2023-01-21 08:23:36 +0100 | 
| commit | 6e0f58c5118f4fc0896eb46faaad94f563c876a9 (patch) | |
| tree | 50d85b6c88e51f7a22a4b270a4d7d495a23e528f /services | |
| parent | Feat: Save passwords in hashed form directly (diff) | |
| download | nixos-server-6e0f58c5118f4fc0896eb46faaad94f563c876a9.zip | |
Feat: Track last login in motd
Diffstat (limited to 'services')
| -rw-r--r-- | services/rust-motd.nix | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/services/rust-motd.nix b/services/rust-motd.nix index 6ff9367..21bc1cd 100644 --- a/services/rust-motd.nix +++ b/services/rust-motd.nix @@ -67,6 +67,9 @@ }; last_login = { + sils = 2; + soispha = 2; + nightingale = 2; }; last_run = {  | 
