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