From c2ab96592854b7a9cf1212ee9b0e985463407e1b Mon Sep 17 00:00:00 2001 From: Emile Date: Wed, 22 Jan 2025 23:58:51 +0100 Subject: (lampadas): added filebrowser and wrote a module for it --- nix/hosts/lampadas/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nix/hosts/lampadas/configuration.nix') diff --git a/nix/hosts/lampadas/configuration.nix b/nix/hosts/lampadas/configuration.nix index 48df5d9..1d6a103 100644 --- a/nix/hosts/lampadas/configuration.nix +++ b/nix/hosts/lampadas/configuration.nix @@ -123,6 +123,15 @@ in programs.mosh.enable = true; services = { + emile = { + filebrowser = { + enable = true; + address = "192.168.1.196"; + port = 8080; + root = "/data"; + }; + }; + # traffic metrics vnstat.enable = true; -- cgit 1.4.1