forked from Fediversity/Fediversity
users
This commit is contained in:
parent
605d350d94
commit
1403677aa5
1 changed files with 17 additions and 11 deletions
|
@ -49,7 +49,12 @@ in
|
|||
## Test VMs don't have a bootloader by default.
|
||||
boot.loader.grub.enable = false;
|
||||
|
||||
users.users.root.openssh.authorizedKeys.keys =
|
||||
users.mutableUsers = false;
|
||||
users.users.root = {
|
||||
password = "password";
|
||||
hashedPassword = null;
|
||||
hashedPasswordFile = null;
|
||||
openssh.authorizedKeys.keys =
|
||||
let
|
||||
keys = import ../../../keys;
|
||||
in
|
||||
|
@ -60,6 +65,7 @@ in
|
|||
# allow continuous deployment access
|
||||
keys.cd
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
(mkIf config.enableAcme {
|
||||
|
|
Loading…
Add table
Reference in a new issue