SSH config updates, add compression

This commit is contained in:
Evie Litherland-Smith 2023-09-06 16:57:37 +01:00
parent f2266ac7b5
commit bfdbcca42b
2 changed files with 2 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, lib, ... }: { { pkgs, ... }: {
home.packages = with pkgs; [ sshfs ]; home.packages = with pkgs; [ sshfs ];
programs.ssh = { programs.ssh = {
enable = true; enable = true;
@ -24,10 +24,6 @@
user = "root"; user = "root";
hostname = "77.68.67.133"; hostname = "77.68.67.133";
}; };
"git.xenia.me.uk" = lib.hm.dag.entryBefore [ "git*" ] {
user = "gitea";
port = 2222;
};
"git*".user = "git"; "git*".user = "git";
}; };
}; };

View file

@ -57,6 +57,7 @@ in {
"freia* heimdall*" = "freia* heimdall*" =
lib.hm.dag.entryAfter [ "freia" "freia???" "heimdall" "heimdall???" ] { lib.hm.dag.entryAfter [ "freia" "freia???" "heimdall" "heimdall???" ] {
user = "elitherl"; user = "elitherl";
compression = true;
}; };
}; };
firefox.profiles.default = { firefox.profiles.default = {