From dca628468db1a5349ab7b41cead52f5976bd73d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 12 Oct 2023 22:33:57 +0200 Subject: [PATCH] Use motd file directly --- config/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.nix b/config/default.nix index 7e66732e..b0b88689 100644 --- a/config/default.nix +++ b/config/default.nix @@ -279,5 +279,5 @@ time.timeZone = lib.mkDefault "Europe/Berlin"; - users.motd = builtins.readFile ./motd; + users.motdFile = ./motd; }