chore: move secrets to private repo

This commit is contained in:
Luj 2025-06-18 13:57:51 +02:00
parent 5c0182d087
commit 114abc4c0a
20 changed files with 37 additions and 33 deletions

View file

@ -29,5 +29,5 @@
nix.settings.allowed-users = [ "julien" ];
nix.settings.trusted-users = [ "julien" ];
age.secrets.julien-password.file = ../secrets/user-julien-password.age;
age.secrets.julien-password.file = ../private/secrets/user-julien-password.age;
}