trivionomicon: add motd module

This commit is contained in:
Fabian Montero 2025-08-26 15:02:26 -06:00
parent 0ae8676d50
commit eb85e81598
2 changed files with 32 additions and 0 deletions

View file

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