mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/clan/personal-computer/syncthing.nix
This commit is contained in:
2026-03-11 17:54:46 +07:00
parent 4a47b2f2d2
commit d800b5b3ab
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
{ config, ... }:
{
clan.inventory = {
tags = {
@@ -12,6 +13,11 @@
};
roles.peer.tags.emmie = { };
roles.peer.settings = {
folders = {
Syncthing = {
path = "/var/lib/syncthing/Syncthing";
};
};
extraDevices = {
pixel7a = {
id = "CEUJMEG-SOHXIJF-G2FT5QB-6MZW3EN-PONI3QN-HPEIOSU-IMSLGW7-XUU6BQK";

View File

@@ -0,0 +1,4 @@
{ config, lib, ... }:
{
services.syncthing.group = lib.optional config.services.syncthing.enable "users";
}