mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add .elfeed to syncthing
This commit is contained in:
parent
85b0d93633
commit
85f5a5a408
5 changed files with 160 additions and 136 deletions
|
|
@ -1,21 +1,22 @@
|
|||
{ self, pkgs, config, ... }:
|
||||
let
|
||||
owner + "swarsel";
|
||||
owner = "swarsel";
|
||||
sopsFile = self + /secrets/work/secrets.yaml;
|
||||
{
|
||||
in
|
||||
{
|
||||
sops = {
|
||||
secrets = {
|
||||
clad = {
|
||||
inherit owner sopsfile;
|
||||
inherit owner sopsFile;
|
||||
};
|
||||
dcad = {
|
||||
inherit owner sopsfile;
|
||||
inherit owner sopsFile;
|
||||
};
|
||||
wsad = {
|
||||
inherit owner sopsfile;
|
||||
inherit owner sopsFile;
|
||||
};
|
||||
imbad = {
|
||||
inherit owner sopsfile;
|
||||
inherit owner sopsFile;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -110,4 +111,4 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue