fix: NixOS | switch to sops user password
This commit is contained in:
@@ -115,7 +115,7 @@ in {
|
|||||||
description = "Shahab Dogar";
|
description = "Shahab Dogar";
|
||||||
extraGroups = ["networkmanager" "wheel" "input" "libvirtd"];
|
extraGroups = ["networkmanager" "wheel" "input" "libvirtd"];
|
||||||
initialPassword = "tempPass";
|
initialPassword = "tempPass";
|
||||||
#hashedPasswordFile = config.sops.secrets."user_passwords/shahab".path;
|
hashedPasswordFile = config.sops.secrets."user_passwords/shahab".path;
|
||||||
|
|
||||||
openssh.authorizedKeys = {
|
openssh.authorizedKeys = {
|
||||||
keys = [
|
keys = [
|
||||||
|
|||||||
Reference in New Issue
Block a user