From e03fef4ed0dfb7522d03fd7d6a6c07ff699bbf6f Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 30 Dec 2024 10:17:09 +0100 Subject: feat(ev): add ente --- nixos/hosts/ev/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nixos/hosts/ev/default.nix') diff --git a/nixos/hosts/ev/default.nix b/nixos/hosts/ev/default.nix index e59ec01..ce7aace 100644 --- a/nixos/hosts/ev/default.nix +++ b/nixos/hosts/ev/default.nix @@ -9,14 +9,17 @@ imports = [ ./hardware-configuration.nix + + ./ente.nix ./home-automation.nix ./kodi.nix ./torrent.nix ]; + ente.minioPort = 3200; home-automation.zigbee2mqttPort = 8080; torrent.qbittorrentWebUiPort = 7777; torrent.networkNamespace = "se"; @@ -36,6 +39,8 @@ }; }; + ente.minioDataDir = "/mnt/personal/ente-test"; # TODO: change to /mnt/personal/ente + boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; -- cgit v1.2.3