mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59:07 +01:00
syncthing: Read device id from file by default
This commit is contained in:
parent
a4aaaabbe7
commit
f1e10f728e
7 changed files with 5 additions and 8 deletions
|
|
@ -16,10 +16,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
bluetooth.enable = true;
|
||||
syncthing.deviceId = "Q4YPD3V-GXZPHSN-PT5X4PU-FBG4GX2-IASBX75-7NYMG75-4EJHBMZ-4WGDDAP";
|
||||
};
|
||||
services.bluetooth.enable = true;
|
||||
|
||||
programs = {
|
||||
winboat.enable = true;
|
||||
|
|
|
|||
1
hosts/laptop/keys/syncthing.id
Normal file
1
hosts/laptop/keys/syncthing.id
Normal file
|
|
@ -0,0 +1 @@
|
|||
Q4YPD3V-GXZPHSN-PT5X4PU-FBG4GX2-IASBX75-7NYMG75-4EJHBMZ-4WGDDAP
|
||||
Loading…
Add table
Add a link
Reference in a new issue