From 7a9236c929a34e92effbb98a6fd0e8d182698698 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 9 Jan 2025 10:45:41 -0600 Subject: set user and root passwords from secret --- modules/root/secrets.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/root/secrets.nix') diff --git a/modules/root/secrets.nix b/modules/root/secrets.nix index 0385a0f..47262fd 100644 --- a/modules/root/secrets.nix +++ b/modules/root/secrets.nix @@ -8,6 +8,7 @@ secrets = { wpa_supplicant-conf = { }; + hashed-root-password = { }; }; }; -- cgit v1.2.3