home: do restart services automatically

It seems like the problem is still present even after reverting this
commit... So I might as well use the option anyway, as it avoids having
to do it manually.

This reverts commit a94f349dde.
This commit is contained in:
Bruno BELANYI 2021-11-05 16:14:30 +01:00
parent c820640da5
commit cc2e876d23

View file

@ -40,4 +40,7 @@
# Who am I?
home.username = "ambroisie";
# Start services automatically
systemd.user.startServices = "sd-switch";
}