We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7190c10 commit e315c49Copy full SHA for e315c49
nix/home.nix
@@ -1082,6 +1082,9 @@ in
1082
WantedBy = [ "default.target" ];
1083
DefaultInstance = "default";
1084
};
1085
+ Timer = {
1086
+ OnBootSec = "1min";
1087
+ };
1088
Service = let commonArgs = "-sshargs='-i %h/.ssh/id_ed25519_unison'"; in
1089
{
1090
# watch and repeat parameter can't handle non-existent folders.
@@ -1114,6 +1117,9 @@ in
1114
1117
1115
1118
1116
1119
1120
1121
1122
1123
Service =
1124
1125
# It is ok to pass a non-existent key file. Ssh will warn us, but won't panic.
0 commit comments