23.11: passwordFile -> hashedPasswordFile
This commit is contained in:
parent
6a24fbfacf
commit
24b3e96009
|
@ -8,15 +8,15 @@
|
||||||
# TODO: The passwordfile is manually generated during the initial setup
|
# TODO: The passwordfile is manually generated during the initial setup
|
||||||
# to avoid (hashed) secrets in the public git repo. It should replaced
|
# to avoid (hashed) secrets in the public git repo. It should replaced
|
||||||
# with a proper secret management scheme, such as agenix.
|
# with a proper secret management scheme, such as agenix.
|
||||||
passwordFile = "/nix/persist/passwordfile";
|
hashedPasswordFile = "/nix/persist/passwordfile";
|
||||||
};
|
};
|
||||||
caspervk = {
|
caspervk = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Casper V. Kristensen";
|
description = "Casper V. Kristensen";
|
||||||
# TODO: The passwordfile is manually generated during the initial setup
|
# TODO: The hashedPasswordFile is manually generated during the initial
|
||||||
# to avoid (hashed) secrets in the public git repo. It should replaced
|
# setup to avoid (hashed) secrets in the public git repo. It should
|
||||||
# with a proper secret management scheme, such as agenix.
|
# replaced with a proper secret management scheme, such as agenix.
|
||||||
passwordFile = "/nix/persist/passwordfile";
|
hashedPasswordFile = "/nix/persist/passwordfile";
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"wheel" # allows sudo
|
"wheel" # allows sudo
|
||||||
"video" # allows controlling brightness
|
"video" # allows controlling brightness
|
||||||
|
|
Loading…
Reference in a new issue