diff options
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 3 | ||||
-rw-r--r-- | accounts/gkleen@sif/emacs.el | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 545d40b5..57e93863 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -14,6 +14,8 @@ in { | |||
14 | extraConfig = '' | 14 | extraConfig = '' |
15 | Match host uniworx3.ifi.lmu.de,uniworx4.ifi.lmu.de,uni2workgw.ifi.lmu.de,blackbeard.tcs.ifi.lmu.de,gitlab2.rz.ifi.lmu.de,oregon.tcs.ifi.lmu.de !exec "nc -z -w 1 %h %p &>/dev/null" | 15 | Match host uniworx3.ifi.lmu.de,uniworx4.ifi.lmu.de,uni2workgw.ifi.lmu.de,blackbeard.tcs.ifi.lmu.de,gitlab2.rz.ifi.lmu.de,oregon.tcs.ifi.lmu.de !exec "nc -z -w 1 %h %p &>/dev/null" |
16 | ProxyJump gate | 16 | ProxyJump gate |
17 | |||
18 | Host * | ||
17 | ''; | 19 | ''; |
18 | }; | 20 | }; |
19 | 21 | ||
@@ -33,6 +35,7 @@ in { | |||
33 | "layout.css.devPixelsPerPx" = "1.75"; | 35 | "layout.css.devPixelsPerPx" = "1.75"; |
34 | "browser.tabs.drawInTitlebar" = false; | 36 | "browser.tabs.drawInTitlebar" = false; |
35 | "toolkit.legacyUserProfileCustomizations.stylesheets" = true; | 37 | "toolkit.legacyUserProfileCustomizations.stylesheets" = true; |
38 | "dom.security.https_only_mode" = true; | ||
36 | }; | 39 | }; |
37 | }; | 40 | }; |
38 | }; | 41 | }; |
diff --git a/accounts/gkleen@sif/emacs.el b/accounts/gkleen@sif/emacs.el index 92a79910..a304703b 100644 --- a/accounts/gkleen@sif/emacs.el +++ b/accounts/gkleen@sif/emacs.el | |||
@@ -17,6 +17,7 @@ | |||
17 | (global-set-key (kbd "M-?") 'vc-git-grep) | 17 | (global-set-key (kbd "M-?") 'vc-git-grep) |
18 | 18 | ||
19 | (setq backup-directory-alist `(("." . "~/.saves"))) | 19 | (setq backup-directory-alist `(("." . "~/.saves"))) |
20 | (setq undo-tree-history-directory-alist `(("." . "~/.undo"))) | ||
20 | (setq delete-old-versions t | 21 | (setq delete-old-versions t |
21 | kept-new-versions 6 | 22 | kept-new-versions 6 |
22 | kept-old-versions 2 | 23 | kept-old-versions 2 |