Rename immich
container
This commit is contained in:
parent
28afd2dc86
commit
7159aa535c
1 changed files with 2 additions and 6 deletions
|
@ -1,10 +1,6 @@
|
|||
{ config, ... }:
|
||||
let
|
||||
nixpkgsImmich = builtins.getFlake "github:NixOS/nixpkgs/c0ee4c1770aa1ef998c977c4cc653a07ec95d9bf";
|
||||
in
|
||||
{
|
||||
containers.nextcloud = {
|
||||
nixpkgs = nixpkgsImmich;
|
||||
containers.immich = {
|
||||
nixpkgs = builtins.getFlake "github:NixOS/nixpkgs/51296fce6f2b33717f710788af4e134aa7ff0e58";
|
||||
autoStart = true;
|
||||
privateNetwork = true;
|
||||
# hostAddress = "192.168.100.10";
|
||||
|
|
Loading…
Add table
Reference in a new issue