aboutsummaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-03-03 23:09:03 +0530
committerAkshay Nair <phenax5@gmail.com>2022-03-03 23:09:03 +0530
commite160c24728bad4076f148b0a31de92f88df365d8 (patch)
tree3c8c2e9e75f189ba34f6e140319a74f511bf5c81 /configuration.nix
parentbba9d09328c19d948914628666925510ee6abf88 (diff)
downloadnixos-config-e160c24728bad4076f148b0a31de92f88df365d8.tar.gz
nixos-config-e160c24728bad4076f148b0a31de92f88df365d8.zip
config sync
Diffstat (limited to '')
-rw-r--r--configuration.nix9
1 files changed, 5 insertions, 4 deletions
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