mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-06 21:09:22 +02:00
use password hash everywehre
This commit is contained in:
parent
7be826ccf6
commit
145d33ddd1
3 changed files with 2 additions and 5 deletions
|
@ -51,9 +51,6 @@
|
|||
security.acme.acceptTerms = true;
|
||||
security.acme.defaults.email = "security@missing.ninja";
|
||||
|
||||
users.users.jopejoe1.hashedPassword = "$2b$05$Uk84TY/RHlH8DIigUlFYjeorjTlCMEY9wN2pAcw5BLaPoc7dKiSsC";
|
||||
users.users.root.hashedPassword = "$2b$05$Uk84TY/RHlH8DIigUlFYjeorjTlCMEY9wN2pAcw5BLaPoc7dKiSsC";
|
||||
|
||||
services.vsftpd = {
|
||||
enable = true;
|
||||
writeEnable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue