push
This commit is contained in:
9
main.nix
9
main.nix
@@ -163,14 +163,5 @@
|
|||||||
systemd = {
|
systemd = {
|
||||||
services."getty@tty1".enable = false;
|
services."getty@tty1".enable = false;
|
||||||
services."autovt@tty1".enable = false;
|
services."autovt@tty1".enable = false;
|
||||||
|
|
||||||
user.services.sync = {
|
|
||||||
description = "initiate syncthing";
|
|
||||||
serviceConfig.PassEnvironment = "DISPLAY";
|
|
||||||
script = ''
|
|
||||||
syncthing
|
|
||||||
'';
|
|
||||||
wantedBy = [ "multi-user.target" ];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user