Fix ssh, added home.nix for bromine, and fix docker group

This commit is contained in:
2024-07-25 23:12:27 -04:00
parent af2c3219ce
commit 6c8776b68a
4 changed files with 58 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ in
config.programs.ssh = lib.mkIf cfg.enable {
enable = true;
forwardAgent = true;
extraConfig = ''
Host *
IdentityAgent ${agentPath}