mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-14 02:20:53 -06:00
fix: syncthing cucked
This commit is contained in:
parent
3a3a41db93
commit
7eca7beb01
2 changed files with 12 additions and 2 deletions
|
|
@ -39,6 +39,7 @@ in
|
|||
openDefaultPorts = true;
|
||||
systemService = true;
|
||||
guiAddress = "0.0.0.0:${toString serviceCfg.ports.port0}";
|
||||
guiPasswordFile = "/run/secrets/${user}-pass";
|
||||
settings = {
|
||||
folders = folders;
|
||||
devices = devices;
|
||||
|
|
@ -146,5 +147,12 @@ in
|
|||
"d ${mnt}/${serviceCfg.name} 0751 microvm wheel - -"
|
||||
]
|
||||
++ tmpOut;
|
||||
sops.secrets = {
|
||||
"${serviceCfg.name}/${user}-pass" = {
|
||||
owner = "root";
|
||||
mode = "0600";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue