From b08b65e3ab1cad6fe7c279ee4393881e707a01f2 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Mon, 10 Feb 2025 08:58:24 +0500 Subject: [PATCH] fix: NixOS | reset system and use hashedPassword from sops --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 691634b..c734723 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -116,7 +116,7 @@ in { description = "Shahab Dogar"; extraGroups = ["networkmanager" "wheel" "input" "libvirtd"]; initialPassword = "tempPass"; - # hashedPasswordFile = config.sops.secrets."user_passwords/shahab".path; + hashedPasswordFile = config.sops.secrets."user_passwords/shahab".path; openssh.authorizedKeys = { keys = [