vno1-op5p: fix user's password
This commit is contained in:
parent
dd889cdec5
commit
77bbf10a6a
|
@ -54,7 +54,7 @@ in {
|
||||||
#root.hashedPasswordFile = config.age.secrets.root-passwd-hash.path;
|
#root.hashedPasswordFile = config.age.secrets.root-passwd-hash.path;
|
||||||
#user.hashedPasswordFile = config.age.secrets.motiejus-passwd-hash.path;
|
#user.hashedPasswordFile = config.age.secrets.motiejus-passwd-hash.path;
|
||||||
root.initialPassword = "live";
|
root.initialPassword = "live";
|
||||||
user.hashedPasswordFile = "live";
|
user.initialPassword = "live";
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
Loading…
Reference in New Issue