Show failed units on login

This commit is contained in:
Sandro - 2023-11-14 01:48:49 +01:00
parent 42bfec99e9
commit 97db20645c
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,10 @@
totem
yelp # less webkitgtk's
];
interactiveShellInit = /* sh */ ''
# raise some awareness torwards failed services
systemctl --failed || true
'';
noXlibs = !config.services.xserver.enable;
systemPackages = with pkgs; [
bmon