Fix ssh, added home.nix for bromine, and fix docker group
This commit is contained in:
@@ -11,6 +11,7 @@ in
|
||||
|
||||
config.programs.ssh = lib.mkIf cfg.enable {
|
||||
enable = true;
|
||||
forwardAgent = true;
|
||||
extraConfig = ''
|
||||
Host *
|
||||
IdentityAgent ${agentPath}
|
||||
|
||||
Reference in New Issue
Block a user