Compare commits

...

3 commits

3 changed files with 4 additions and 3 deletions

View file

@ -90,13 +90,13 @@
biblio ; Writes a PhD for you (citation needed) biblio ; Writes a PhD for you (citation needed)
(debugger +lsp) ; FIXME stepping through code, to help you add bugs (debugger +lsp) ; FIXME stepping through code, to help you add bugs
direnv direnv
docker (docker +lsp)
editorconfig ; let someone else argue about tabs vs spaces editorconfig ; let someone else argue about tabs vs spaces
;;ein ; tame Jupyter notebooks with emacs ;;ein ; tame Jupyter notebooks with emacs
(eval +overlay) ; run code, run (also, repls) (eval +overlay) ; run code, run (also, repls)
;;gist ; interacting with github gists ;;gist ; interacting with github gists
lookup ; navigate your code and its documentation lookup ; navigate your code and its documentation
lsp ; M-x vscode (lsp) ; M-x vscode
(magit +forge) ; a git porcelain for Emacs (magit +forge) ; a git porcelain for Emacs
make ; run make tasks from Emacs make ; run make tasks from Emacs
pass ; password manager for nerds pass ; password manager for nerds

View file

@ -77,8 +77,8 @@ in
}; };
defaultGateway = "195.90.208.1"; defaultGateway = "195.90.208.1";
nameservers = [ nameservers = [
"1.1.1.1"
"8.8.8.8" "8.8.8.8"
"8.8.4.4"
]; ];
firewall = { firewall = {
allowedTCPPorts = [ allowedTCPPorts = [

View file

@ -4,4 +4,5 @@
{ {
config.services.tailscale.enable = true; config.services.tailscale.enable = true;
config.services.resolved.enable = true;
} }