1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Fix passwordFile, make it hashedPasswordFile again for root@cube

This commit is contained in:
RGBCube 2024-01-12 15:12:17 +03:00
parent 0b6ce6377a
commit fa4520cb2c
No known key found for this signature in database

View file

@ -8,7 +8,7 @@
time.timeZone = "Europe/Amsterdam";
users.users.root.passwordFile = config.age.secrets."cube.password".path;
users.users.root.passwordFile = config.age.secrets."cube.password.hash".path;
users.users.rgb = normalUser {
description = "RGB";