europa: move systemd def out of service

This commit is contained in:
Aaron Bieber 2022-09-08 06:31:34 -06:00
parent ce1244045d
commit 01af9e577f
No known key found for this signature in database

View File

@ -139,6 +139,9 @@ in {
};
programs.steam.enable = true;
systemd.sleep.extraConfig = "HibernateDelaySec=2h";
services = {
emacs = {
enable = true;
@ -169,7 +172,6 @@ in {
'';
};
systemd.sleep.extraConfig = "HibernateDelaySec=2h";
fstrim.enable = true;