nixos: adjust to 20.09 changes

Most notably the php5 expression needed to be reworked.
This commit is contained in:
steveej 2020-10-18 20:14:11 +02:00
parent 89c9f9e606
commit 405ca2ade4
4 changed files with 47 additions and 24 deletions

View file

@ -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"
];
};
};