diff options
Diffstat (limited to 'nix/hosts/lampadas')
-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; |