nixos: adjust to 20.09 changes
Most notably the php5 expression needed to be reworked.
This commit is contained in:
parent
89c9f9e606
commit
405ca2ade4
4 changed files with 47 additions and 24 deletions
|
@ -88,6 +88,10 @@ in {
|
|||
ssh = {
|
||||
enable = true;
|
||||
authorizedKeys = keys.users.steveej.openssh;
|
||||
hostKeys = [
|
||||
"/etc/secrets/initrd/ssh_host_rsa_key"
|
||||
"/etc/secrets/initrd/ssh_host_ed25519_key"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue