enable docker
enable automatic garbage collection disable swiping in firefox fix ssh config for work
This commit is contained in:
parent
a4c108afd5
commit
b28f88c5e6
4 changed files with 26 additions and 8 deletions
|
@ -11,6 +11,8 @@ let
|
|||
"browser.translations.automaticallyPopup" = false;
|
||||
"signon.rememberSignons" = false;
|
||||
"media.webspeech.synth.dont_notify_on_error" = true;
|
||||
"browser.gesture.swipe.left" = false;
|
||||
"browser.gesture.swipe.right" = false;
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
|
@ -7,6 +7,10 @@
|
|||
extraConfig = {
|
||||
push.autoSetupRemote = true;
|
||||
};
|
||||
includes = [{
|
||||
path = "~/git/suecode/.gitconfig";
|
||||
condition = "gitdir:~/git/suecode/**";
|
||||
}];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -7,11 +7,6 @@
|
|||
extraConfig = "User root";
|
||||
|
||||
matchBlocks = {
|
||||
gitlab-sue = lib.hm.dag.entryBefore [ "*" ] {
|
||||
hostname = "gitlab.com";
|
||||
identityFile = "~/.ssh/sue_ed25519";
|
||||
identitiesOnly = true;
|
||||
};
|
||||
github = lib.hm.dag.entryBefore [ "*" ] {
|
||||
hostname = "github.com";
|
||||
user = "pizzapim";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue