From 9aa9355754a217bd26449186d2c9c935940be74c Mon Sep 17 00:00:00 2001 From: kat witch Date: Wed, 22 Dec 2021 01:40:33 +0000 Subject: [PATCH] add motd --- config/profiles/base/access.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/profiles/base/access.nix b/config/profiles/base/access.nix index eaed6ec1..6e56f49a 100644 --- a/config/profiles/base/access.nix +++ b/config/profiles/base/access.nix @@ -15,6 +15,10 @@ users.kat.base ]; + users.motd = '' + \033[0;35m${config.networking.hostName}.${config.networking.domain}\033[0m + ''; + users.users.root = { shell = pkgs.zsh; hashedPassword =