1
Fork 0
satellite/hosts/nixos/lapetus/services/diptime.nix

10 lines
317 B
Nix
Raw Permalink Normal View History

# I couldn't find a hosted version of this
{ pkgs, config, ... }: {
2024-06-13 15:47:36 +02:00
satellite.nginx.at.diptime.files = pkgs.fetchFromGitHub {
owner = "bhickey";
repo = "diplomatic-timekeeper";
rev = "d6ea7b9d9e94ee6d2db8e4e7cff5f8f1c3f04464";
sha256 = "09s6awz5m6hzpc6jp96c118i372430c7b41acm5m62bllcvrj9vk";
};
}