pinwheel: Cleanup whitespace and function arguments

This commit is contained in:
Alexander Heldt
2023-09-09 10:51:00 +02:00
parent 4389f229a5
commit 498f4d50d1
21 changed files with 32 additions and 32 deletions

View File

@@ -1,9 +1,9 @@
{ config, pkgs, ... }:
{ config, ... }:
{
services.syncthing = {
enable = true;
openDefaultPorts = true;
cert = config.age.secrets.syncthing-cert.path;
key = config.age.secrets.syncthing-key.path;
@@ -11,13 +11,13 @@
group = "users";
dataDir = "/home/alex/sync";
settings = {
devices = {
sombrero.id = "DIKHOMV-QGZV3DR-FXQZH45-I5J5R4R-JJZS5BA-XNNW5C7-QSSU3XV-KVC4MAQ";
phone.id = "NJIMX57-C2CGV76-GXMAQYV-ABWDA7Z-TS6UV2X-NVL5UPG-UFEQH4C-TKYA6QM";
};
folders = {
org = {
path = "/home/alex/sync/org";