fix(photoprism): deployment address

This commit is contained in:
Constantin Gierczak--Galle 2024-11-03 16:14:19 +01:00
parent 697070ebf9
commit a4bb885dd1
No known key found for this signature in database

View file

@ -7,8 +7,8 @@ in
./hardware.nix
# NOTE: For now, only deploy the bare minimum
#./photoprism.nix
#./immich.nix
./photoprism.nix
./immich.nix
];
# Bootloader.
@ -18,7 +18,7 @@ in
disko.devices = import ./disko.nix;
deployment.targetHost = "";
deployment.targetHost = address;
# Set your time zone.
time.timeZone = "Europe/Paris";