aboutsummaryrefslogtreecommitdiff
path: root/snowfall/systems/x86_64-linux/copenhagen/network.nix
blob: eccc693752d49c52b25d25ec7275499e0c127d26 (plain)
1
2
3
4
5
6
7
8
{ ... }:

{
  networking = {
    useDHCP = true;
    firewall.enable = true;
  };
}