mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: moved secrets path
This commit is contained in:
parent
30bbb00f6b
commit
7b8c2bcfcc
13 changed files with 11 additions and 11 deletions
|
|
@ -26,7 +26,7 @@
|
|||
};
|
||||
|
||||
age.secrets.sshconfig = {
|
||||
file = ../../secrets/sshconfig.age;
|
||||
file = ../../../secrets/sshconfig.age;
|
||||
path = "/home/leana/.ssh/config";
|
||||
mode = "644";
|
||||
owner = "leana";
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
age.secrets.hoot_token = {
|
||||
owner = "hoot";
|
||||
mode = "600";
|
||||
file = ../../secrets/hoot_token.age;
|
||||
file = ../../../secrets/hoot_token.age;
|
||||
};
|
||||
|
||||
services.typst-bot = {
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
age.secrets.typst-bot_token = {
|
||||
owner = "typst-bot";
|
||||
mode = "600";
|
||||
file = ../../secrets/typst-bot_token.age;
|
||||
file = ../../../secrets/typst-bot_token.age;
|
||||
};
|
||||
|
||||
services.parrot = {
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
age.secrets.parrot_token = {
|
||||
owner = "parrot";
|
||||
mode = "600";
|
||||
file = ../../secrets/parrot_token.age;
|
||||
file = ../../../secrets/parrot_token.age;
|
||||
};
|
||||
|
||||
services.forgejo = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue