1
Fork 0

basic pass config

This commit is contained in:
Matei Adriel 2023-07-22 18:22:54 +03:00
parent 646e68f1d2
commit 61a03c40d4
No known key found for this signature in database
7 changed files with 46 additions and 3 deletions
hosts/nixos/tethys/services

View file

@ -2,6 +2,10 @@
imports = [ ../../common/optional/syncthing.nix ];
services.syncthing.folders = {
"mythical-vault" = {
path = "/home/adrielus/.password-store";
devices = [ "enceladus" "lapetus" ];
};
"stellar-sanctum" = {
path = "/home/adrielus/Projects/stellar-sanctum/";
devices = [ "enceladus" "lapetus" ];