Fixed Pi-Hole quirk. Change misc

This commit is contained in:
Raphaël Numbus
2026-02-02 22:02:56 +01:00
parent 0afab19309
commit d4a8f7f5bc
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -145,7 +145,7 @@
if [ "$(id -u)" -eq 1000 ]; then
if [ -n "$SSH_TTY" ]; then
fastfetch
echo -e "\n\nWelcome to numbus.eu server !\n\n- This system is managed by NixOS\n- All changes are futile\n- Please consider buying support if you can't get your server running\n- Have a nice day and enjoy !"
echo -e "\n\nWelcome to your Numbus-Server !\n\n- This system is managed by NixOS\n- All changes are futile\n- Please consider buying support if you can't get your server running\n- Have a nice day and enjoy !"
fi
fi
'';