mirror of https://github.com/wlcx/home.git
ssh: default user to samw
This commit is contained in:
parent
4707331351
commit
e72a83707d
|
@ -95,6 +95,7 @@ in {
|
||||||
ssh = {
|
ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
includes = [ "~/.ssh/config.local" ];
|
includes = [ "~/.ssh/config.local" ];
|
||||||
|
matchBlocks."*".user = "samw";
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue