hosts/Infini-STICK: switch to Infini-DESKTOP networking
This commit is contained in:
parent
3ac0123935
commit
fcf2aa28ae
1 changed files with 3 additions and 2 deletions
|
@ -16,13 +16,14 @@
|
|||
|
||||
btrfs
|
||||
|
||||
services.privoxy
|
||||
# services.privoxy
|
||||
])
|
||||
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
networking.interfaces.wlp170s0.useDHCP = true;
|
||||
# networking.interfaces.wlp170s0.useDHCP = true;
|
||||
networking.interfaces.enp39s0.useDHCP = true;
|
||||
|
||||
system.stateVersion = "21.11";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue