portunus: don't mix pkgs into overlays

This commit is contained in:
Sandro - 2023-04-04 20:52:33 +02:00
parent d244f389e5
commit 12f7d68519
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, ... }:
let
cfg = config.services.portunus;
@ -38,8 +38,8 @@ in
${cfg.internalIp6} = [ cfg.domain ];
};
nixpkgs.overlays = with pkgs; [
(final: prev: {
nixpkgs.overlays = [
(final: prev: with final; {
portunus = prev.portunus.overrideAttrs ({ patches ? [ ], ... }: {
patches = patches ++ [
# allow editing members of groups