Skip to content

Commit

Permalink
expose ntpd-rs (#288)
Browse files Browse the repository at this point in the history
Co-authored-by: Cleeyv <[email protected]>
  • Loading branch information
fricklerhandwerk and cleeyv committed Jul 31, 2024
1 parent 6fa0891 commit 40aa8f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions projects/ntpd-rs/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
pkgs,
lib,
sources,
} @ args: {
packages = {inherit (pkgs) ntpd-rs;};
nixos = {
modules.services.ntpd-rs = "${sources.inputs.nixpkgs}/nixos/modules/services/networking/ntp/ntpd-rs.nix";
};
}

0 comments on commit 40aa8f4

Please sign in to comment.