1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Rename rgbcube key to enka key

This commit is contained in:
RGBCube 2024-03-14 11:47:25 +03:00
parent 89a06ae687
commit 1e2dd16005
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@
users.users.rgb = normalUser {
description = "RGB";
extraGroups = [ "wheel" ];
openssh.authorizedKeys.keys = [ keys.rgbcube ];
openssh.authorizedKeys.keys = [ keys.enka ];
hashedPasswordFile = config.age.secrets."cube/password.hash.rgb".path;
};
})