Unfuck gitlab for dependency update

This commit is contained in:
Charlotte Van Petegem 2023-03-11 21:46:04 +01:00
parent 288f7b6f87
commit 35a7b5a665
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 20 additions and 18 deletions

View file

@ -42,6 +42,8 @@
https = true;
initialRootEmail = "charlotte@vanpetegem.me";
initialRootPasswordFile = config.age.secrets."passwords/services/git/initial-root-password".path;
# Hack, https://github.com/NixOS/nixpkgs/pull/135926 broke stuff
pages.settings.pages-domain = "not.actually.enabled";
secrets = {
dbFile = config.age.secrets."passwords/services/git/db".path;
jwsFile = config.age.secrets."passwords/services/git/jws".path;