mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
chore: rename option
This commit is contained in:
parent
51a2f69882
commit
a716542d46
@ -1,6 +1,6 @@
|
|||||||
# https://nixos.wiki/wiki/Syncthing
|
# https://nixos.wiki/wiki/Syncthing
|
||||||
|
|
||||||
# Manually create syncthing.folders.<name>.path and chown it to user/group `syncthing`
|
# Manually create syncthing.settings.folders.<name>.path and chown it to user/group `syncthing`
|
||||||
# before starting the Syncthing service.
|
# before starting the Syncthing service.
|
||||||
|
|
||||||
# You can get your device id with:
|
# You can get your device id with:
|
||||||
@ -22,7 +22,7 @@
|
|||||||
"yodaEnchilada" = { id = "UZKPAHU-CSLMDX2-4RYQLG2-WENUTZY-HM3RUD4-N7VIG7W-RFLAQHP-OXA7MQT"; };
|
"yodaEnchilada" = { id = "UZKPAHU-CSLMDX2-4RYQLG2-WENUTZY-HM3RUD4-N7VIG7W-RFLAQHP-OXA7MQT"; };
|
||||||
"yodaCheeseburger" = { id = "KHR22KP-WK6EL25-Z3DPLZK-5IHU7BC-QYXFQJA-U7JE2JA-ITYNV3Q-JE5VKAJ"; };
|
"yodaCheeseburger" = { id = "KHR22KP-WK6EL25-Z3DPLZK-5IHU7BC-QYXFQJA-U7JE2JA-ITYNV3Q-JE5VKAJ"; };
|
||||||
};
|
};
|
||||||
folders = {
|
settings.folders = {
|
||||||
# Name of folder in Syncthing, also the folder ID.
|
# Name of folder in Syncthing, also the folder ID.
|
||||||
"Notes" = {
|
"Notes" = {
|
||||||
# Path to shared folder.
|
# Path to shared folder.
|
||||||
|
Loading…
Reference in New Issue
Block a user