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