From 31641dfbb753fe37233095bf73108034b617234c Mon Sep 17 00:00:00 2001 From: 4DBug Date: Mon, 10 Mar 2025 23:33:10 -0500 Subject: [PATCH] push --- main.nix | 9 --------- 1 file changed, 9 deletions(-) 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" ]; - }; }; }