aboutsummaryrefslogtreecommitdiff
path: root/modules/hosts/adam
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hosts/adam')
-rw-r--r--modules/hosts/adam/secrets.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/hosts/adam/secrets.nix b/modules/hosts/adam/secrets.nix
index 8ec8615..5d47369 100644
--- a/modules/hosts/adam/secrets.nix
+++ b/modules/hosts/adam/secrets.nix
@@ -22,6 +22,17 @@
group = "users";
mode = "0600";
};
+ "anki_username" = {
+ owner = "schererleander";
+ group = "users";
+ mode = "0600";
+ };
+ "anki_syncKey" = {
+ owner = "schererleander";
+ group = "users";
+ mode = "0600";
+ };
+
};
};
};