hosts/kazuki/ntfy: set up users declaratively

This commit is contained in:
Nikodem Rabuliński 2024-02-25 23:02:15 +01:00
parent 6558fdb739
commit f7e385d696
17 changed files with 122 additions and 59 deletions

View file

@ -67,4 +67,9 @@ in
keys.system.kazuki
keys.other.bootstrap
];
"ntfy-niko-pass.age".publicKeys = [
keys.system.kazuki
keys.other.bootstrap
];
"ntfy-alert-pass.age".publicKeys = (builtins.attrValues keys.system) ++ [ keys.other.bootstrap ];
}