summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-11-18 11:31:55 +0100
committerLinnnus <[email protected]>2023-11-18 11:31:55 +0100
commit9380131317d834333b7a7ed068227436d7dea1ba (patch)
treebfc3bf1f71e96cffb36127cbc87091c95d15d8cb
parent2ebb1e78dc9030c1f67366dbb3bd6ba399ed4b84 (diff)
hosts/ahmed: Update password
-rw-r--r--hosts/ahmed/configuration.nix2
1 files changed, 1 insertions, 1 deletions
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;