added host Marisa (haven't tested config yet)

This commit is contained in:
2021-05-19 06:28:14 +05:30
parent a3033000a9
commit 63262b85ff
28 changed files with 1465 additions and 133 deletions

View File

@@ -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" ];
};
}