wip
This commit is contained in:
@@ -21,5 +21,6 @@
|
|||||||
devenv
|
devenv
|
||||||
# bruno
|
# bruno
|
||||||
zed-editor
|
zed-editor
|
||||||
|
tmux
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,9 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
networking.nameservers = [
|
||||||
|
"100.100.100.100"
|
||||||
|
"8.8.8.8"
|
||||||
|
"1.1.1.1"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -59,4 +59,9 @@
|
|||||||
in
|
in
|
||||||
pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);
|
pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.nameservers = [
|
||||||
|
"100.100.100.100"
|
||||||
|
"10.1.10.1"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user