add sops, add secrets, add cinny, add restic, add invidious container
This commit is contained in:
parent
e27291baef
commit
d0ca050172
16 changed files with 348 additions and 297 deletions
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
lib, namespace, ...
|
||||
lib,
|
||||
namespace,
|
||||
...
|
||||
}:
|
||||
with lib.${namespace};
|
||||
{
|
||||
home.activation.removeBrowserBackups = lib.hm.dag.entryAfter ["checkLinkTargets"] ''
|
||||
home.activation.removeBrowserBackups = lib.hm.dag.entryAfter [ "checkLinkTargets" ] ''
|
||||
if [ -d "/home/philipp/.librewolf/philipp" ]; then
|
||||
rm -f /home/philipp/.librewolf/philipp/search.json.mozlz4.backup
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue