From 4a18b8387acbcefd30bbcbab474f0ebc1d0ff38d Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Sun, 12 May 2019 22:27:27 -0700
Subject: change to port 80

---
 depo/nutin-madaj/configuration.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'depo/nutin-madaj')

diff --git a/depo/nutin-madaj/configuration.nix b/depo/nutin-madaj/configuration.nix
index a377ecf..e676f96 100644
--- a/depo/nutin-madaj/configuration.nix
+++ b/depo/nutin-madaj/configuration.nix
@@ -31,7 +31,7 @@ in
     };
     lighttpd = {
       enable = true;
-      port = 8000;
+      port = 80;
       document-root = "/srv/www";
       mod_userdir = true;
       mod_status = true;
-- 
cgit v1.2.3