enable profile-sync-daemon

This commit is contained in:
Trolli Schmittlauch 2018-10-13 22:11:30 +02:00
parent b6e35ac70b
commit d0633a499f
3 changed files with 6 additions and 1 deletions

View file

@ -126,6 +126,11 @@ in {
autosuggestions.enable = true;
};
services.psd =
{ enable = true;
users = ["spiollinux"];
};
services.smartd =
{ enable = true;
devices = [ { device = "/dev/sda"; } { device = "/dev/sdb"; } ];