sync
This commit is contained in:
parent
9a16acca1b
commit
0deecc0aea
6 changed files with 65 additions and 39 deletions
|
|
@ -1,10 +1,13 @@
|
|||
{...}: {
|
||||
{ ... }:
|
||||
{
|
||||
networking.networkmanager = {
|
||||
enable = true;
|
||||
wifi.macAddress = "random";
|
||||
ethernet.macAddress = "random";
|
||||
};
|
||||
|
||||
networking.nameservers = [ "192.168.178.111" ];
|
||||
|
||||
networking.nftables = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue