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
|
./hardware.nix
|
||||||
|
|
||||||
# NOTE: For now, only deploy the bare minimum
|
# NOTE: For now, only deploy the bare minimum
|
||||||
#./photoprism.nix
|
./photoprism.nix
|
||||||
#./immich.nix
|
./immich.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
|
@ -18,7 +18,7 @@ in
|
||||||
|
|
||||||
disko.devices = import ./disko.nix;
|
disko.devices = import ./disko.nix;
|
||||||
|
|
||||||
deployment.targetHost = "";
|
deployment.targetHost = address;
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Paris";
|
time.timeZone = "Europe/Paris";
|
||||||
|
|
Loading…
Reference in a new issue