mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 07:06:12 +01:00
ssh auth
This commit is contained in:
@@ -143,6 +143,7 @@
|
||||
|
||||
docker
|
||||
docker-compose
|
||||
gnome.seahorse
|
||||
];
|
||||
|
||||
services.gnome-keyring = {
|
||||
|
||||
@@ -57,6 +57,8 @@
|
||||
};
|
||||
};
|
||||
|
||||
systemd.user.sessionVariables.SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh"
|
||||
|
||||
# Open ports in the firewall.
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
|
||||
Reference in New Issue
Block a user