mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-14 18:40:55 -06:00
feat: infinitely expansible microvms
This commit is contained in:
parent
a92229390e
commit
4c767d369f
55 changed files with 1089 additions and 1015 deletions
|
|
@ -15,6 +15,7 @@ in
|
|||
ip,
|
||||
mac,
|
||||
userMac,
|
||||
host,
|
||||
ssh,
|
||||
mnt,
|
||||
data,
|
||||
|
|
@ -32,6 +33,8 @@ in
|
|||
${serviceCfg.name} = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PHOTOPRISM_SITE_URL = "https://${host}";
|
||||
PHOTOPRISM_DISABLE_TLS = "true";
|
||||
PHOTOPRISM_ADMIN_USER = user;
|
||||
PHOTOPRISM_DEFAULT_LOCAL = "en";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue