mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-09-05 05:44:59 +02:00
chore: move secrets to private repo
This commit is contained in:
parent
5c0182d087
commit
114abc4c0a
20 changed files with 37 additions and 33 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
programs.fish.enable = true;
|
||||
|
||||
age.secrets.user-root-password.file = ../secrets/user-root-password.age;
|
||||
age.secrets.user-root-password.file = ../private/secrets/user-root-password.age;
|
||||
|
||||
users.users.root = {
|
||||
uid = config.ids.uids.root;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue