sops
This commit is contained in:
parent
44fc8ce456
commit
7f17a9eadb
6 changed files with 14 additions and 7 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue