Add initial password for user

restic-rest-server
Simon Bruder 2020-12-06 14:05:47 +01:00
parent 61e61f0908
commit 7fd198edcf
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
"wheel"
];
openssh.authorizedKeys.keys = config.sbruder.pubkeys.trustedKeys;
initialPassword = "foobar"; # for vm
};
home-manager.useUserPackages = true;