This commit is contained in:
Lilith 2025-02-27 01:37:42 +01:00
parent 44fc8ce456
commit 7f17a9eadb
Signed by: lilith
GPG key ID: 8712A0F317C37175
6 changed files with 14 additions and 7 deletions

View file

@ -1,5 +1,5 @@
{ config, ...}: let
host = networking.hostName;
{ config, sops, ...}: let
host = config.networking.hostName;
in {
sops.secrets."syncthing/key.pem" = {
@ -12,7 +12,7 @@
services.syncthing = {
enable = true;
user = lilith;
user = "lilith";
dataDir = "/home/lilith";
configDir = "/home/lilith/.config/syncthing";