mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 05:43:11 +02:00
e
Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
parent
8b01e35da7
commit
daf44d1db9
1 changed files with 1 additions and 0 deletions
|
@ -104,5 +104,6 @@ inputs: { config, pkgs, lib, ... }:
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
nameservers = [ "8.8.8.8" ];
|
nameservers = [ "8.8.8.8" ];
|
||||||
|
firewall.enable = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue