update msdl config

This commit is contained in:
Joeri Exelmans 2025-10-03 10:48:41 +02:00
parent 93fc6a9539
commit 81bb571537
2 changed files with 5 additions and 1 deletions

View file

@ -62,6 +62,7 @@
environment.systemPackages = with pkgs; [
vim
firefox
git
];
# Some programs need SUID wrappers, can be configured further or are
@ -87,6 +88,9 @@
forceSSL = true;
sslCertificate = "/var/ssl_keys/msdl-testing.pem";
sslCertificateKey = "/var/ssl_keys/msdl-testing.key";
extraConfig = ''
ssl_password_file "/var/ssl_keys/msdl-testing.passwd";
'';
};
};