all: stop including user configs
This commit is contained in:
parent
00a515f5be
commit
d5d2e76317
@ -29,9 +29,6 @@ in {
|
|||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages =
|
|
||||||
if isUnstable then [ goVersion pkgs.yash ] else [ goVersion ];
|
|
||||||
|
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
startAgent = true;
|
startAgent = true;
|
||||||
agentTimeout = "100m";
|
agentTimeout = "100m";
|
||||||
@ -41,11 +38,13 @@ in {
|
|||||||
CanonicalizeHostname always
|
CanonicalizeHostname always
|
||||||
|
|
||||||
Host *
|
Host *
|
||||||
controlmaster auto
|
controlmaster auto
|
||||||
controlpath /tmp/ssh-%r@%h:%p
|
controlpath /tmp/ssh-%r@%h:%p
|
||||||
|
|
||||||
Include host_config
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages =
|
||||||
|
if isUnstable then [ goVersion pkgs.yash ] else [ goVersion ];
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user