]> Git — Sourcephile - sourcephile-nix.git/blob - overlays.nix
gnupg: generate a key for julm@mermet
[sourcephile-nix.git] / overlays.nix
1 map import
2 [ overlays/lib/filesystem.nix
3 overlays/lib/strings.nix
4 overlays/servers/dns/nsd.nix
5 #overlays/servers/mail/postfix.nix
6 #overlays/servers/mail/dovecot.nix
7 # TODO: remove when using a nixpkgs including the fix
8 # https://github.com/NixOS/nixpkgs/pull/46859
9 #overlays/users-init.nix
10 ] ++
11 [ (self: super: { shorewall = super.callPackage pkgs/tools/networking/shorewall {}; })
12 (self: super: { smartctl-tbw = super.callPackage pkgs/tools/system/smartmontools/smartctl-tbw {}; })
13 (self: super: { swaplist = super.callPackage pkgs/tools/system/swaplist {}; })
14 ]