users: remove unused common import

This commit is contained in:
Martin Weinelt
2026-03-20 01:52:49 +01:00
parent e13736db67
commit 20f0e767cb
-10
View File
@@ -16,21 +16,11 @@
{
config,
options,
pkgs,
lib,
...
}:
with (import ./common.nix {
inherit
config
options
lib
pkgs
;
});
let
cfg = config.mailserver;