diff options
author | Alex Auvolat <alex@adnab.me> | 2023-06-13 11:56:10 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-06-13 11:56:10 +0200 |
commit | 6c12a71ecb8234bf4bf933bccc8f368cf31aa3f9 (patch) | |
tree | 64df93e1e2a1b6161b46c24f7b8fcceb84b5067e /cluster/staging/cluster.nix | |
parent | 1d19bae7a1edeff5db5c7ac02b3d984a815bf06b (diff) | |
download | nixcfg-6c12a71ecb8234bf4bf933bccc8f368cf31aa3f9.tar.gz nixcfg-6c12a71ecb8234bf4bf933bccc8f368cf31aa3f9.zip |
Deploy nixos 23.05 on staging and other staging fixes
Diffstat (limited to 'cluster/staging/cluster.nix')
-rw-r--r-- | cluster/staging/cluster.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cluster/staging/cluster.nix b/cluster/staging/cluster.nix index 362724b..05ded05 100644 --- a/cluster/staging/cluster.nix +++ b/cluster/staging/cluster.nix @@ -40,7 +40,7 @@ }; deuxfleurs.wgautomeshPort = 1667; - services.wgautomesh.logLevel = "debug"; + deuxfleurs.services.wgautomesh.logLevel = "debug"; # Bootstrap IPs for Consul cluster, # these are IPs on the Wireguard overlay @@ -139,7 +139,8 @@ port = substituter_port; openFirewall = false; bindAddress = "0.0.0.0"; - package = pkgs.haskellPackages.nix-serve-ng; + #package = pkgs.haskellPackages.nix-serve-ng; + #package = pkgs.nix-serve-ng.override { nix = pkgs.nixVersions.nix_2_12; }; }; nix.settings.substituters = map ({ address, ... }: "http://${address}:${builtins.toString substituter_port}") |