ssh-agent

This commit is contained in:
larszauberer 2024-04-16 12:28:49 +02:00
commit f5a7c4537f

View file

@ -113,6 +113,9 @@
twingate.enable = true;
};
# SSH AGENT
programs.ssh.startAgent = true;
system.stateVersion = "23.11";
nix.settings.experimental-features = ["nix-command" "flakes"];
}