Compare commits
2 Commits
f2f12a2688
...
03c7277692
Author | SHA1 | Date | |
---|---|---|---|
03c7277692 | |||
de16857570 |
@ -73,7 +73,7 @@ in {
|
||||
};
|
||||
interval = mkOption {
|
||||
type = types.str;
|
||||
default = "14m";
|
||||
default = "14min";
|
||||
description = "How often to run the update script in systemd.timers notation.";
|
||||
};
|
||||
serviceName = mkOption {
|
||||
|
@ -1,7 +1,6 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
with lib;
|
||||
let
|
||||
ionos-dyndns = pkgs.callPackage ../packages/ionos-dyndns.nix {};
|
||||
spigot-server = pkgs.callPackage ../packages/spigot-server.nix {};
|
||||
cfg = config.services.spigot-server;
|
||||
StateDirectory = "spigot-server";
|
||||
|
Loading…
x
Reference in New Issue
Block a user