oizys/hosts/algiz/motd.nix

23 lines
1 KiB
Nix
Raw Normal View History

2023-05-03 16:32:06 -05:00
{ ... }: {
users.motd = ''
2023-07-25 11:07:57 -05:00


2023-05-03 16:32:06 -05:00
'';
}