[Fix] Nix Flake

This commit is contained in:
Alois 2026-05-16 16:59:03 +02:00
commit a6f5a10582

View file

@ -124,8 +124,8 @@
Group = "omikron";
WorkingDirectory = cfg.dataDir;
ExecStart = "${cfg.package}/bin/omikron";
Restart = "unless-stopped";
RestartSec = "5";
Restart = "always";
RestartSec = "5s";
EnvironmentFile = cfg.environmentFiles;