1
0
Fork 0

Merge branch 'main' of github.com:8bitbuddhist/nix-configuration

This commit is contained in:
Aires 2024-04-22 10:43:01 -04:00
commit 7b75b238f3

View file

@ -125,6 +125,13 @@ with lib;
# Allow systemd user services to keep running after the user has logged out
logind.killUserProcesses = false;
# Enable SMART monitoring
smartd = {
enable = true;
autodetect = true;
notifications.wall.enable = true;
};
};
};
}