aboutsummaryrefslogtreecommitdiff
path: root/modules/hosts
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2026-04-05 21:47:52 +0200
committerschererleander <leander@schererleander.de>2026-04-05 21:47:52 +0200
commit18afbfee5cce9ae9a4555b4abe536d7b036d5582 (patch)
tree55177940ba913718ab2093474fb34c4c8c0f42fd /modules/hosts
parent3874febe8d7720ef78b7afee18e9b02e1815b7cd (diff)
feat(lilith): add anki secrets
Diffstat (limited to 'modules/hosts')
-rw-r--r--modules/hosts/lilith/secrets.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/hosts/lilith/secrets.nix b/modules/hosts/lilith/secrets.nix
index b02dacc..a748b94 100644
--- a/modules/hosts/lilith/secrets.nix
+++ b/modules/hosts/lilith/secrets.nix
@@ -19,6 +19,14 @@
owner = "schererleander";
mode = "0600";
};
+ "anki_username" = {
+ owner = "schererleander";
+ mode = "0600";
+ };
+ "anki_syncKey" = {
+ owner = "schererleander";
+ mode = "0600";
+ };
};
};
};