mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-25 07:39:40 -05:00
go back to usual nix-serve nix version
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
nix-serve = {
|
||||
enable = true;
|
||||
secretKeyFile = config.sops.secrets.cache-sig-key.path;
|
||||
# TODO: temporary fix for NixOS/nix#7704
|
||||
package = pkgs.nix-serve.override { nix = pkgs.nixVersions.nix_2_12; };
|
||||
package = pkgs.nix-serve;
|
||||
};
|
||||
nginx.virtualHosts."cache.m7.rs" = {
|
||||
forceSSL = true;
|
||||
|
||||
Reference in New Issue
Block a user