treewide: remove dead nix references

This commit is contained in:
Martin Weinelt 2025-05-15 16:41:30 +02:00
parent 9a6190ceea
commit aa8366d234
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
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, ... }:
{ config, lib, ... }:
let
cfg = config.mailserver;