This commit is contained in:
commit
fef2377502
174 changed files with 7423 additions and 0 deletions
13
nixos-configurations/lindberg-build/networking.nix
Normal file
13
nixos-configurations/lindberg-build/networking.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
networking.hostName = config.qois.meta.hosts.lindberg-build.hostName;
|
||||
networking.useDHCP = false;
|
||||
networking.interfaces.enp11s0.useDHCP = true;
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue