treewide: remove dead nix references

This commit is contained in:
Martin Weinelt
2025-05-15 16:41:30 +02:00
parent 9a6190ceea
commit aa8366d234
5 changed files with 7 additions and 33 deletions

View File

@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>
{ config, pkgs, lib, options, ... }:
{ config, lib, ... }:
let
cfg = config.mailserver;