diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-11-19 18:10:57 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-11-19 18:10:57 +0900 |
| commit | 653d69da0a268ea1673ff9830b2508a5a9241040 (patch) | |
| tree | 6e4a40b8137040bf38e7e7458811c4e0f27670c5 /nixos.nix | |
| parent | f8256137aed3aa3947f29e5c50eec2ec836a8070 (diff) | |
nix: module descriptions
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'nixos.nix')
| -rw-r--r-- | nixos.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ in ) "" cfg.users; }; - userdb.source = pkgs.runCommand "generate-userdb" { } '' + userdb.source = pkgs.runCommand "fortify-userdb" { } '' ${cfg.package}/libexec/fuserdb -o $out ${ foldlAttrs ( acc: username: fid: |
