mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
silence some eval warning
This commit is contained in:
parent
9dd214a956
commit
88005ad291
7 changed files with 24 additions and 20 deletions
|
@ -101,7 +101,7 @@
|
|||
services.keycloak = {
|
||||
enable = true;
|
||||
database.createLocally = true;
|
||||
database.passwordFile = "/run/secrets/keycloak";
|
||||
database.hashedPasswordFile = "/run/secrets/keycloak";
|
||||
settings = {
|
||||
hostname = "auth.julienmalka.me";
|
||||
hostname-admin-url = "https://auth.julienmalka.me";
|
||||
|
|
|
@ -133,13 +133,15 @@
|
|||
settings.options.urAccepted = -1;
|
||||
overrideDevices = true;
|
||||
overrideFolders = true;
|
||||
devices = {
|
||||
"tower" = { id = "XEPZZIP-GX73OKE-KNGZA47-XWWGI5G-LNXPU57-BMLXK5M-VNGS5UQ-ZFIZSAK"; };
|
||||
};
|
||||
folders = {
|
||||
"dev" = {
|
||||
path = "/home/julien/dev";
|
||||
devices = [ "tower" ];
|
||||
settings = {
|
||||
devices = {
|
||||
"tower" = { id = "XEPZZIP-GX73OKE-KNGZA47-XWWGI5G-LNXPU57-BMLXK5M-VNGS5UQ-ZFIZSAK"; };
|
||||
};
|
||||
folders = {
|
||||
"dev" = {
|
||||
path = "/home/julien/dev";
|
||||
devices = [ "tower" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -171,14 +171,16 @@
|
|||
group = "users";
|
||||
overrideDevices = true;
|
||||
overrideFolders = true;
|
||||
devices = {
|
||||
"fischer" = { id = "MHV2PGN-GAHQMV5-ITXGNQS-IRJC3XL-OQIHVUX-JVKBZ6Z-33XHE7H-NC6H5AE"; };
|
||||
};
|
||||
folders = {
|
||||
"dev" = {
|
||||
# Name of folder in Syncthing, also the folder ID
|
||||
path = "/home/julien/dev"; # Which folder to add to Syncthing
|
||||
devices = [ "fischer" ]; # Which devices to share the folder with
|
||||
settings = {
|
||||
devices = {
|
||||
"fischer" = { id = "MHV2PGN-GAHQMV5-ITXGNQS-IRJC3XL-OQIHVUX-JVKBZ6Z-33XHE7H-NC6H5AE"; };
|
||||
};
|
||||
folders = {
|
||||
"dev" = {
|
||||
# Name of folder in Syncthing, also the folder ID
|
||||
path = "/home/julien/dev"; # Which folder to add to Syncthing
|
||||
devices = [ "fischer" ]; # Which devices to share the folder with
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue