This commit is contained in:
4DBug
2025-03-10 23:33:10 -05:00
parent 9c9d7eaae0
commit 31641dfbb7

View File

@@ -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" ];
};
};
}