mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix: post on mastodon from both laptops
This commit is contained in:
@@ -11,7 +11,6 @@ in {
|
||||
<niveum/configs/battery.nix>
|
||||
<niveum/configs/default.nix>
|
||||
<niveum/configs/networkmanager.nix>
|
||||
./mastodon.nix
|
||||
];
|
||||
|
||||
niveum = {
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
systemd.services.imaginary-illuminations = {
|
||||
enable = true;
|
||||
wants = ["network-online.target"];
|
||||
serviceConfig = {
|
||||
user = "kfm";
|
||||
WorkingDirectory = "/home/kfm/cloud/Seafile/Documents/Media/imaginary-illuminations";
|
||||
};
|
||||
startAt = "7:00";
|
||||
script = ''
|
||||
./post.ts
|
||||
'';
|
||||
serviceConfig.DynamicUser = true;
|
||||
};
|
||||
|
||||
systemd.timers.moinbot.timerConfig.RandomizedDelaySec = "14h";
|
||||
}
|
||||
Reference in New Issue
Block a user