added host Marisa (haven't tested config yet)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{lib, config, ... }:
|
||||
{config, ... }:
|
||||
|
||||
{
|
||||
networking = {
|
||||
@@ -15,6 +15,6 @@
|
||||
};
|
||||
};
|
||||
defaultGateway = "192.168.0.1";
|
||||
nameservers = [ "192.168.0.1" ];
|
||||
nameservers = [ "1.1.1.1" "8.8.8.8" ];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user