diff --git a/flake.lock b/flake.lock index f844e970..4808355e 100644 --- a/flake.lock +++ b/flake.lock @@ -45,11 +45,11 @@ ] }, "locked": { - "lastModified": 1678445257, - "narHash": "sha256-G4NYY7VkAxPtoZQLOKrLgqbSBqh8JmHKgQS3NV3NVBk=", + "lastModified": 1678563937, + "narHash": "sha256-axHJFyRernchbVaBVNdqbKk7Vn3ooUBLB9p1AjHSxKg=", "owner": "accentor", "repo": "api", - "rev": "362f114b940d141b68f00f3d47fa8b9aa6e0906c", + "rev": "1ab51b51ebb7eaca03bdacf38d681b3d459ed767", "type": "github" }, "original": { @@ -71,11 +71,11 @@ ] }, "locked": { - "lastModified": 1678445307, - "narHash": "sha256-Uz8CTXWgwkiYeDYTyV3NuUvKp4kX5b48OMk6rsOqKJw=", + "lastModified": 1678564340, + "narHash": "sha256-xevs7r5UP6UTbweqla3I1HGAGtMFaJvCsNmOLszTFZ0=", "owner": "accentor", "repo": "web", - "rev": "82498cde85928dcf548e522110c0f0042bed556a", + "rev": "76906d4533945bbc169aa4a6b9bb5ff79951976f", "type": "github" }, "original": { @@ -176,11 +176,11 @@ ] }, "locked": { - "lastModified": 1678503415, - "narHash": "sha256-lxo0+iSfCBlNqOCZZtbUNMvFhGpMg4jCDRz5PSUutt8=", + "lastModified": 1678559044, + "narHash": "sha256-5Ce/IjDdApIzGAr5Yuk5nemiAMPc2pSHnWnLGDHmTLI=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "8f30656294f7d1f7a8b40f49c191aef99221b44e", + "rev": "72f135581fa189c5c3829bb668fcaf456850d9de", "type": "github" }, "original": { @@ -291,11 +291,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1678380223, - "narHash": "sha256-HUxnK38iqrX84QdQxbFcosRKV3/koj1Zzp5b5aP4lIo=", + "lastModified": 1678470307, + "narHash": "sha256-OEeMUr3ueLIXyW/OaFUX5jUdimyQwMg/7e+/Q0gC/QE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1e2590679d0ed2cee2736e8b80373178d085d263", + "rev": "0c4800d579af4ed98ecc47d464a5e7b0870c4b1f", "type": "github" }, "original": { @@ -322,11 +322,11 @@ }, "nur": { "locked": { - "lastModified": 1678505978, - "narHash": "sha256-Xc9A8nlKjF7FKCnTZ4HVYkdnsXR6m/PQw2rXwbBb724=", + "lastModified": 1678565873, + "narHash": "sha256-bN2/lJ52A1bkNgu8ZPIQ6T2wjDWGa5ABqko1Flgi3Fs=", "owner": "nix-community", "repo": "NUR", - "rev": "f8392983dbde30b3f50e43eeb3358acec09eb07f", + "rev": "ac1c05d68b2d3733845d3caafb272c15f2874653", "type": "github" }, "original": { @@ -367,11 +367,11 @@ ] }, "locked": { - "lastModified": 1678441014, - "narHash": "sha256-+/islnRKlvbAgWeCd6930dDXFCk56j/IGCIHC8LDcDc=", + "lastModified": 1678520152, + "narHash": "sha256-cxs64pUz5vb5Zw9Ort1zv1CvuACTsKXd3gFso3HNi/A=", "owner": "chvp", "repo": "tetris", - "rev": "5943fde1cb07820a9b3698a8c551a497225e1490", + "rev": "4b5163bbd0264ea479b7d9522d4a99da1b9be2a4", "type": "github" }, "original": { diff --git a/modules/services/git/default.nix b/modules/services/git/default.nix index 94eae7fb..d534f480 100644 --- a/modules/services/git/default.nix +++ b/modules/services/git/default.nix @@ -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;