From 7f43cc102061517a6725d2fa498e5cd98b45f649 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sun, 9 Feb 2025 20:17:52 +0500 Subject: [PATCH] fix: NixOS | switch to sops user password --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 1fcc0cb..75d5875 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -115,7 +115,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 = [