From 994e593d3b1af6fb65e57d04dd2513f263bdb11f Mon Sep 17 00:00:00 2001 From: Ryan Lahfa Date: Thu, 5 Sep 2024 14:58:44 +0200 Subject: [PATCH] chore(ap01): cleanup Signed-off-by: Ryan Lahfa --- machines/ap01/_configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/machines/ap01/_configuration.nix b/machines/ap01/_configuration.nix index f8a6cf2..ef8c300 100644 --- a/machines/ap01/_configuration.nix +++ b/machines/ap01/_configuration.nix @@ -109,9 +109,6 @@ rec { # SSH keys are handled by the access control module. dgn-access-control.enable = true; users.root = { - # EDIT: choose a root password and then use - # "mkpasswd -m sha512crypt" to determine the hash. - # It should start wirh $6$. passwd = "$6$jVXFFOp8HBYmgINR$lutB4kvw.W1jlXRby9ZYAgBitQ32RxQdYAGN.s2x4ris8J07vM6tzlRBQoeLELOIEMClDzbciQV0itfHQnTqd1"; };