1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/servnerr-4: remove zrepl overlay

This commit is contained in:
Matt Layher 2024-11-26 07:12:42 -05:00
parent 500355e3f5
commit 4dc452a121

View file

@ -149,15 +149,6 @@ in {
# Only allow certain unfree packages.
config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [ "tarsnap" ];
# Overlays for unstable and out-of-tree packages.
overlays = [
(_self: super: {
# We want to use the latest zrepl.
zrepl =
super.callPackage <nixos-unstable-small/pkgs/tools/backup/zrepl> { };
})
];
};
services = {