From e160c24728bad4076f148b0a31de92f88df365d8 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 3 Mar 2022 23:09:03 +0530 Subject: config sync --- configuration.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 1f33cdb..bc3c467 100644 --- a/configuration.nix +++ b/configuration.nix @@ -61,12 +61,12 @@ in firewall = { enable = true; allowedTCPPorts = [ 8080 ]; - allowedUDPPorts = []; + allowedUDPPorts = [ ]; }; networkmanager.enable = true; extraHosts = '' - 127.0.0.1 dev.parlezvous.io - 127.0.0.1 demo.parlezvous.io + 127.0.0.1 phenax.local + 127.0.0.1 hasura.colabra ''; }; @@ -74,7 +74,8 @@ in virtualisation = { docker.enable = true; - lxd.enable = true; + lxd.enable = false; + #anbox.enable = true; }; # I18n and keyboard layout -- cgit v1.3.1