feat(ops/users): move ops' keys in ops/

Change-Id: Ia51eaea658030a893e36d9d6b0c999ca7e71133e
Signed-off-by: Ryan Lahfa <raito@lix.systems>
This commit is contained in:
Ryan Lahfa 2025-03-17 13:33:49 +01:00 committed by Florian Klink
parent 073142f796
commit a7916624dc
8 changed files with 20 additions and 343 deletions

View file

@ -195,7 +195,7 @@ in
# Required for prometheus to be able to scrape stats
services.nginx.statusPage = true;
users.users.root.openssh.authorizedKeys.keys = with depot.users; flokli.keys.all ++ edef.keys.all ++ raito.keys.all;
users.users.root.openssh.authorizedKeys.keys = depot.ops.users.all;
boot.initrd.systemd.enable = true;
zramSwap.enable = true;