diff options
Diffstat (limited to 'nixos/hosts/ev/default.nix')
-rw-r--r-- | nixos/hosts/ev/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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 <top/profiles/server> + <top/shared/postgresql.nix> <top/shared/tailscale.nix> <top/shared/basics-physical.nix> <top/shared/vpn.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; |