nixos/common/motd.nix

18 lines
702 B
Nix
Raw Normal View History

2024-09-27 09:59:28 +00:00
{
users.motd = ''
2024-09-29 02:33:35 +00:00
*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*
Welcome to wolfgirl.systems! We are so glad to have you here.
!! Please read /etc/info for info about this host. !!
2024-09-27 14:25:51 +00:00
Join our Matrix chat: #wolfgirlsgen:envs.net
2024-09-29 02:33:35 +00:00
*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*
Latest news:
* Flakes now enabled
* Web hosting now available, contact an admin to enable
* Now supports fetching your ssh key from a url, contact an admin
2024-09-28 23:45:49 +00:00
* Nova: new UK GPU host! try nova.wolfgirl.systems
2024-10-11 18:18:48 +00:00
* Jude: new Kansas City host! try jade.wolfgirl.systems
2024-10-11 01:21:01 +00:00
* Alice: new Ashburn host! try alice.wolfgirl.systems
2024-09-29 02:33:35 +00:00
*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*
2024-09-27 09:59:28 +00:00
'';
}