mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 02:57:44 +00:00
Use lib.const and fix restic password age file
This commit is contained in:
parent
fefb810d97
commit
4a0d8c4254
16 changed files with 36 additions and 24 deletions
|
@ -14,8 +14,6 @@ with import ./keys.nix; {
|
|||
|
||||
"hosts/cube/nextcloud/password.age".publicKeys = [ cube ] ++ admins;
|
||||
|
||||
"hosts/cube/restic/password.age".publicKeys = [ cube ] ++ admins;
|
||||
|
||||
# disk
|
||||
"hosts/disk/id.age".publicKeys = [ disk ] ++ admins;
|
||||
"hosts/disk/password.floppy.age".publicKeys = [ disk ] ++ admins;
|
||||
|
@ -33,5 +31,6 @@ with import ./keys.nix; {
|
|||
"hosts/nine/password.seven.age".publicKeys = [ nine ] ++ admins;
|
||||
|
||||
# shared
|
||||
"modules/ssh/config.age".publicKeys = all;
|
||||
"modules/ssh/config.age".publicKeys = all;
|
||||
"modules/restic/password.age".publicKeys = all;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue