Add photoprism properly

This commit is contained in:
Jimbo 2024-09-10 14:45:28 -04:00
parent b2b1df3cda
commit 5c5daa49b7
7 changed files with 54 additions and 15 deletions

View file

@ -25,10 +25,6 @@ in {
publicKey = outputs.secrets.wirePixel9Pub;
allowedIPs = [ "10.100.0.2/32" ];
}
{ # Jimbo Pixel 4
publicKey = outputs.secrets.wirePixel4Pub;
allowedIPs = [ "10.100.0.3/32" ];
}
];
};
};