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

Remove trace

This commit is contained in:
RGBCube 2024-01-12 15:01:38 +03:00
parent 72fa9d89dc
commit bccc3a90fa
No known key found for this signature in database

View file

@ -18,7 +18,7 @@
users.users.orhan = graphicalUser {
description = "Orhan";
hashedPasswordFile = builtins.trace (config.age.secrets) config.age.secrets."enka.orhan.password.hash".path;
hashedPasswordFile = config.age.secrets."enka.orhan.password.hash".path;
uid = 1001;
};