mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Moved SSH-Agent Config to System
This commit is contained in:
parent
a87f36a088
commit
a5665ba46a
|
|
@ -71,8 +71,6 @@ in {
|
|||
|
||||
services.gpg-agent.enable = true;
|
||||
|
||||
services.ssh-agent.enable = true;
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
nativeMessagingHosts = [ pkgs.firefoxpwa ];
|
||||
|
|
|
|||
|
|
@ -74,6 +74,9 @@
|
|||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
# Enable SSH-Agent
|
||||
programs.ssh.startAgent = true;
|
||||
|
||||
# Enable sound with pipewire.
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue