gnupg agent module: Fix dirmngr.enable option
This commit is contained in:
parent
3d360a5ffb
commit
38e971d2e1
@ -71,7 +71,7 @@ in
|
||||
wantedBy = [ "sockets.target" ];
|
||||
};
|
||||
|
||||
systemd.user.sockets.dirmngr = {
|
||||
systemd.user.sockets.dirmngr = mkIf cfg.dirmngr.enable {
|
||||
wantedBy = [ "sockets.target" ];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user