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:
parent
500355e3f5
commit
4dc452a121
1 changed files with 0 additions and 9 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue