SSH config updates, add compression
This commit is contained in:
parent
f2266ac7b5
commit
bfdbcca42b
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, ... }: {
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [ sshfs ];
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
|
@ -24,10 +24,6 @@
|
|||
user = "root";
|
||||
hostname = "77.68.67.133";
|
||||
};
|
||||
"git.xenia.me.uk" = lib.hm.dag.entryBefore [ "git*" ] {
|
||||
user = "gitea";
|
||||
port = 2222;
|
||||
};
|
||||
"git*".user = "git";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -57,6 +57,7 @@ in {
|
|||
"freia* heimdall*" =
|
||||
lib.hm.dag.entryAfter [ "freia" "freia???" "heimdall" "heimdall???" ] {
|
||||
user = "elitherl";
|
||||
compression = true;
|
||||
};
|
||||
};
|
||||
firefox.profiles.default = {
|
||||
|
|
Loading…
Reference in a new issue