forked from kalipso/infrastructure
[durruti] set nameserver
This commit is contained in:
@@ -4,8 +4,11 @@ with lib;
|
|||||||
|
|
||||||
{
|
{
|
||||||
boot.isContainer = true;
|
boot.isContainer = true;
|
||||||
networking.hostName = mkDefault "durruti";
|
networking = {
|
||||||
networking.useDHCP = false;
|
hostName = mkDefault "durruti";
|
||||||
|
useDHCP = false;
|
||||||
|
nameservers = [ "1.1.1.1" ];
|
||||||
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../modules/malobeo_user.nix
|
../modules/malobeo_user.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user