fix(photoprism): deployment address
This commit is contained in:
parent
697070ebf9
commit
a4bb885dd1
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue