machines: aramis: services: remove gnupg-agent
The one configured by home-manager is more appropriate.
This commit is contained in:
parent
ec73ed2f10
commit
797387f571
|
@ -106,9 +106,4 @@ in
|
|||
startAtBoot = true; # Server must be started to ensure clients can connect
|
||||
};
|
||||
};
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue