Merge branch 'main' of github.com:8bitbuddhist/nix-configuration
This commit is contained in:
commit
7b75b238f3
|
@ -125,6 +125,13 @@ with lib;
|
||||||
|
|
||||||
# Allow systemd user services to keep running after the user has logged out
|
# Allow systemd user services to keep running after the user has logged out
|
||||||
logind.killUserProcesses = false;
|
logind.killUserProcesses = false;
|
||||||
|
|
||||||
|
# Enable SMART monitoring
|
||||||
|
smartd = {
|
||||||
|
enable = true;
|
||||||
|
autodetect = true;
|
||||||
|
notifications.wall.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue