Add MOTD that summarizes the system current status

This commit is contained in:
2021-02-11 05:06:24 +01:00
parent b32e03fcbb
commit 4dddc69f47
2 changed files with 48 additions and 0 deletions

View File

@@ -101,6 +101,9 @@
# Increase inotify limits
boot.kernel.sysctl = { "fs.inotify.max_user_watches" = 204800; };
# MOTD message
programs.fish.interactiveShellInit = "${./scripts/motd.sh}";
# Import other configuration modules
imports = [
./modules/hardware-configuration.nix