2 [ overlays/lib/filesystem.nix
3 overlays/lib/strings.nix
4 #overlays/servers/mail/postfix.nix
5 #overlays/servers/mail/dovecot.nix
6 # TODO: remove when using a nixpkgs including the fix
7 # https://github.com/NixOS/nixpkgs/pull/46859
8 #overlays/users-init.nix
10 [ (self: super: { shorewall = super.callPackage pkgs/tools/networking/shorewall {}; })
11 (self: super: { smartctl-tbw = super.callPackage pkgs/tools/system/smartmontools/smartctl-tbw {}; })
12 (self: super: { swaplist = super.callPackage pkgs/tools/system/swaplist {}; })