From dab72b15113171e2d03603b15ebc17862e659052 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sun, 17 Aug 2025 23:37:53 -0400 Subject: [PATCH] add comment regarding password-hash --- etcnixos/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/etcnixos/common.nix b/etcnixos/common.nix index 66f81cd..5a43016 100644 --- a/etcnixos/common.nix +++ b/etcnixos/common.nix @@ -202,6 +202,7 @@ "camera" "adbusers" ]; + # TODO! this is really bad :( I should really figure out how to do proper secrets management hashedPasswordFile = "${./secrets/password-hash}"; };