Compare commits
2 commits
1c1b5256b9
...
9e3747f617
Author | SHA1 | Date | |
---|---|---|---|
9e3747f617 | |||
c1731c9e6a |
2 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
|
resolvconf.enable = false; # prevent default nameservers
|
||||||
|
nameservers = [ "1.1.1.1" "1.0.0.1" ];
|
||||||
extraHosts =
|
extraHosts =
|
||||||
''
|
''
|
||||||
192.168.0.26 elnuhub
|
192.168.0.26 elnuhub
|
||||||
|
|
|
@ -56,3 +56,8 @@
|
||||||
:files ("org-fragtog.el")))
|
:files ("org-fragtog.el")))
|
||||||
|
|
||||||
(package! ox-hugo)
|
(package! ox-hugo)
|
||||||
|
|
||||||
|
(package! sass-mode :recipe
|
||||||
|
(:host github
|
||||||
|
:repo "nex3/sass-mode"
|
||||||
|
:files ("sass-mode.el")))
|
||||||
|
|
Loading…
Add table
Reference in a new issue