mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Remove trace
This commit is contained in:
parent
72fa9d89dc
commit
bccc3a90fa
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
users.users.orhan = graphicalUser {
|
users.users.orhan = graphicalUser {
|
||||||
description = "Orhan";
|
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;
|
uid = 1001;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue