update mastodon

This commit is contained in:
Vivian 2023-05-22 14:07:10 +02:00
parent ff73e16df3
commit eac64f0dc1
6 changed files with 1129 additions and 1293 deletions

View file

@ -7,6 +7,10 @@ in {
# Use DHCP with static leases
networking.interfaces.eth0.useDHCP = true;
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.1.1t"
];
# Better cache hits
environment.noXlibs = lib.mkForce false;