hosts/sugarcane: init
This commit is contained in:
parent
9057a029ab
commit
8733fc7054
12 changed files with 124 additions and 21 deletions
6
hosts/sugarcane/networking.nix
Normal file
6
hosts/sugarcane/networking.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, ... }: {
|
||||
networking = {
|
||||
useDHCP = false;
|
||||
interfaces.ens3.useDHCP = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue