From 9380131317d834333b7a7ed068227436d7dea1ba Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 18 Nov 2023 11:31:55 +0100 Subject: hosts/ahmed: Update password --- hosts/ahmed/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/ahmed') diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index a8e5a5b..39f9467 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -14,7 +14,7 @@ # Create the main user. users.users.linus = { isNormalUser = true; - hashedPassword = "$y$j9T$kNJ5L50Si0sAhdrHyO19I1$YcwXZ46dI.ApLMgZSj7qImq9FrSL0CEUeoJUS8P1103"; + hashedPassword = "$y$j9T$UmZES4WC8FWrjBvdazq2e/$rzneAKZeySwSVKiSZJfXC.fciiQdGqxB5uyRaPQ6OF."; extraGroups = ["wheel"]; }; users.mutableUsers = false; -- cgit v1.2.3