1
1
Fork 0
mirror of https://codeberg.org/ultra/nixos-dotfiles.git synced 2025-04-22 21:51:07 +03:00
Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
Alex Stan 2024-02-29 02:12:30 +02:00
parent 8b01e35da7
commit daf44d1db9

View file

@ -104,5 +104,6 @@ inputs: { config, pkgs, lib, ... }:
networking = {
nameservers = [ "8.8.8.8" ];
firewall.enable = false;
};
}