diff --git a/main.nix b/main.nix index 0de57d9..5f44277 100644 --- a/main.nix +++ b/main.nix @@ -163,14 +163,5 @@ systemd = { services."getty@tty1".enable = false; services."autovt@tty1".enable = false; - - user.services.sync = { - description = "initiate syncthing"; - serviceConfig.PassEnvironment = "DISPLAY"; - script = '' - syncthing - ''; - wantedBy = [ "multi-user.target" ]; - }; }; }