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 ];
|
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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue