Add initial password for user

This commit is contained in:
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

View file

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