forked from Fediversity/Fediversity
Move files related to vm02186 to own directory
This commit is contained in:
parent
fc29873949
commit
accb4d4c81
|
@ -122,7 +122,12 @@
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.root.hashedPassword = "$y$j9T$WXvLAUqArJJusuC017FCW0$.rfMOeyx/BsClkJFi5hLcynrSk.njWmfiB6Uy.9th3A";
|
users.users.root = {
|
||||||
|
hashedPassword = "$y$j9T$WXvLAUqArJJusuC017FCW0$.rfMOeyx/BsClkJFi5hLcynrSk.njWmfiB6Uy.9th3A";
|
||||||
|
openssh.authorizedKeys.keys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEElREJN0AC7lbp+5X204pQ5r030IbgCllsIxyU3iiKY"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
users.users.procolix = {
|
users.users.procolix = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
Loading…
Reference in a new issue