users: migrate to hashedPasswdFile
This commit is contained in:
parent
ed41aa92c2
commit
53f7767233
|
@ -19,7 +19,7 @@
|
|||
group = "fiscalvelvetpoet";
|
||||
extraGroups = ["wheel"];
|
||||
# fix this
|
||||
passwordFile = config.age.secrets.fiscalvelvetpoet.path;
|
||||
hashedPasswordFile = config.age.secrets.fiscalvelvetpoet.path;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJDMAhG6+40YiYy9wqruHK9M2fLwYAqikJSJ/pRjR/so fiscalvelvetpoet@reciproka"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID7qAXTCAnqq+3ks4L8/2f4J8RxmrFaMOCA7m9ImbW2m fiscalvelvetpoet@sealgair"
|
||||
|
@ -28,7 +28,7 @@
|
|||
|
||||
users.users.root = {
|
||||
# fix this
|
||||
passwordFile = config.age.secrets.root.path;
|
||||
hashedPasswordFile = config.age.secrets.root.path;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJDMAhG6+40YiYy9wqruHK9M2fLwYAqikJSJ/pRjR/so fiscalvelvetpoet@reciproka"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID7qAXTCAnqq+3ks4L8/2f4J8RxmrFaMOCA7m9ImbW2m fiscalvelvetpoet@sealgair"
|
||||
|
|
Loading…
Reference in a new issue