basic pass config
This commit is contained in:
parent
646e68f1d2
commit
61a03c40d4
7 changed files with 46 additions and 3 deletions
hosts/nixos/tethys/services
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue