diff options
author | Emile <git@emile.space> | 2025-01-22 23:58:51 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2025-01-23 00:01:49 +0100 |
commit | c2ab96592854b7a9cf1212ee9b0e985463407e1b (patch) | |
tree | 2b31fe7fc9b41cada1be09448c40fcb7210b0097 /nix/hosts/lampadas/configuration.nix | |
parent | 6d1ae7bd2228ff74fc1021f657053d7ccbf7c6e5 (diff) |
(lampadas): added filebrowser and wrote a module for it
Diffstat (limited to 'nix/hosts/lampadas/configuration.nix')
-rw-r--r-- | nix/hosts/lampadas/configuration.nix | 9 |
1 files changed, 9 insertions, 0 deletions
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; |