16 lines
648 B
Nix
16 lines
648 B
Nix
{
|
|
users.motd = ''
|
|
*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*
|
|
Welcome to wolfgirl.systems! We are so glad to have you here.
|
|
!! Please read /etc/info for info about this host. !!
|
|
Join our Matrix chat: #wolfgirlsgen:envs.net
|
|
*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*
|
|
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
|
|
* Nova: new UK GPU host! try nova.wolfgirl.systems
|
|
* Jude: new Kansas City host! try jude.wolfgirl.systems
|
|
*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*
|
|
'';
|
|
}
|