trivionomicon: add motd module

This commit is contained in:
Fabian Montero 2025-08-26 15:02:26 -06:00
parent 61da57ac9d
commit 040ce540c8
Signed by: fabian
GPG key ID: 1FFAC35E1798174F
3 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
config,
doctrine,
...
}:
doctrine.lib.mkModule {
inherit config;
name = "trivionomiconMotd";
sys = ./sys.nix;
}