From 507f70cf55a26e8e7b5b0969e74020fac693d393 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 18 Sep 2024 16:34:17 +0200 Subject: [PATCH] Print a message at login --- configuration.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/configuration.nix b/configuration.nix index 0110598..9d5c20b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -37,4 +37,23 @@ #environment.systemPackages = with pkgs; [ vim gdb neofetch gcc bintools ]; #environment.systemPackages = with pkgs; [ rvb riscv-tools ]; + + services.getty.helpLine = '' + + + __________________ + < Welcome to NixOS > + ------------------ + \ ^__^ + \ (oo)\_______ + (__)\ )\/\ + ||----w | + || || + + + If you can read this message then then you have + successfully booted NixOS into the login shell. + + + ''; }