From eb89d7feb3b4a646156abdb6ceba9e31d6e3648f Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 30 Nov 2021 13:51:56 +0100 Subject: [PATCH] home: restart services automatically (again) I think my issue was *not* related to this, so I might as well keep using it since it does seem useful in the long run. This reverts commit a94f349dde7e2a12565a49ff28714b7c92fc3b3d. --- home/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/default.nix b/home/default.nix index e68c53b..b88dfed 100644 --- a/home/default.nix +++ b/home/default.nix @@ -40,4 +40,7 @@ # Who am I? home.username = "ambroisie"; + + # Start services automatically + systemd.user.startServices = "sd-switch"; }