tangled
alpha
login
or
join now
koi.rip
/
dotfiles
0
fork
atom
my nixos dotfiles :3 (git.koi.rip mirror)
git.koi.rip/koi/dotfiles
linux
dotfiles
neovim
nixos
catppuccin
0
fork
atom
overview
issues
pulls
pipelines
base: set nameservers
koi.rip
1 week ago
fd911039
2735efce
+1
1 changed file
expand all
collapse all
unified
split
modules
base
networking.nix
+1
modules/base/networking.nix
···
1
1
{
2
2
networking = {
3
3
+
nameservers = [ "1.1.1.1" "1.0.0.1" "8.8.8.8" "8.8.4.4" ];
3
4
networkmanager.enable = true;
4
5
firewall = {
5
6
enable = true;