my system configurations ^-^
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

make IDs public

willow faf15dda 193afb15

+5 -12
+5 -4
modules/shared/home/services/syncthing.nix
··· 7 7 }: let 8 8 inherit (pkgs.stdenv) isDarwin; 9 9 inherit (osConfig.settings.system) hostName; 10 - inherit (osConfig.age) secrets; 11 10 12 11 devices = { 13 - # this is an anti-pattern as cleartext is placed into nix store, doesn't matter in this case 14 - starling.id = builtins.readFile secrets.syncthingEarthy.path; 15 - earthy.id = builtins.readFile secrets.syncthingStarling.path; 12 + starling.id = "3NK35IK-ZONOPLB-R277NP3-MUTEU33-PFKOWCZ-U3SB6ZO-YPIBVY5-UTCTIQK"; 13 + earthy.id = "CARNCAO-VNEVXKV-R3NIN2R-APRWTXC-4QCKEVX-ZQI7LZG-GZHAUFU-4XCJYQQ"; 16 14 }; 17 15 allDevices = builtins.attrNames devices; 18 16 in { ··· 35 33 36 34 settings = { 37 35 inherit devices; 36 + options = { 37 + relaysEnabled = false; 38 + }; 38 39 folders = { 39 40 docs = { 40 41 label = "Documents";
-6
modules/shared/nix/age.nix
··· 56 56 samba = mkSecret { 57 57 file = "samba"; 58 58 }; 59 - syncthingEarthy = mkSecret { 60 - file = "syncthing-earthy"; 61 - }; 62 - syncthingStarling = mkSecret { 63 - file = "syncthing-starling"; 64 - }; 65 59 wifi = mkSecret { 66 60 file = "wifi"; 67 61 };
-2
secrets/secrets.nix
··· 12 12 "lastfm.age".publicKeys = users ++ hosts; 13 13 "restic.age".publicKeys = users ++ hosts; 14 14 "samba.age".publicKeys = users ++ hosts; 15 - "syncthing-earthy.age".publicKeys = users ++ hosts; 16 - "syncthing-starling.age".publicKeys = users ++ hosts; 17 15 "wifi.age".publicKeys = users ++ hosts; 18 16 }
secrets/syncthing-earthy.age

This is a binary file and will not be displayed.

secrets/syncthing-starling.age

This is a binary file and will not be displayed.