aboutsummaryrefslogtreecommitdiff
path: root/hosts/nixos
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-30 16:45:03 +0200
committerschererleander <leander@schererleander.de>2025-05-30 16:45:03 +0200
commitb7dc106f99b455b6502fd5f6d1e51514e9a7e029 (patch)
treec70d6e76de2abf490132a1c00e0ad8d32cbbc08e /hosts/nixos
parent62f62ab9979954aaf579e15a039a46931792b1cb (diff)
add hashed password
Diffstat (limited to 'hosts/nixos')
-rw-r--r--hosts/nixos/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix
index 4eb9afc..cf43407 100644
--- a/hosts/nixos/configuration.nix
+++ b/hosts/nixos/configuration.nix
@@ -43,6 +43,7 @@
# User
users.users.leander = {
isNormalUser = true;
+ hashedPassword = "$6$N1g.gaLo3WGYJA1v$qsd5UCptO/QrtGnMsSaLNVAv2cwKscuwluwl5YslnbdH6gLZ27C10G72py.mO79anKbvL/B0c.RaA6gXyYCk6/";
extraGroups = [ "networkmanager" "wheel" "video" "input" ];
};