Use motd file directly

This commit is contained in:
Sandro - 2023-10-12 22:33:57 +02:00
parent 38567d7a97
commit dca628468d
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -279,5 +279,5 @@
time.timeZone = lib.mkDefault "Europe/Berlin";
users.motd = builtins.readFile ./motd;
users.motdFile = ./motd;
}