Migrate to snowfall lib
This commit is contained in:
9
modules/nixos/system/network/base/default.nix
Normal file
9
modules/nixos/system/network/base/default.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ config, ... }: {
|
||||
networking = {
|
||||
hostName = config.hostcfg.hostname;
|
||||
useDHCP = true;
|
||||
nameservers = [ "1.1.1.1" "9.9.9.9" ];
|
||||
|
||||
firewall = { enable = true; };
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user