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

11 lines
309 B
Nix
Raw Normal View History

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