tehanu: init
This commit is contained in:
parent
b64d34e9c4
commit
f1718e5c3b
4 changed files with 66 additions and 0 deletions
6
hosts/tehanu/networking.nix
Normal file
6
hosts/tehanu/networking.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
networking.useNetworkd = true;
|
||||
networking.interfaces.enp0s6.useDHCP = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue