aboutsummaryrefslogtreecommitdiff
path: root/cluster/staging/cluster.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-06-13 11:56:10 +0200
committerAlex Auvolat <alex@adnab.me>2023-06-13 11:56:10 +0200
commit6c12a71ecb8234bf4bf933bccc8f368cf31aa3f9 (patch)
tree64df93e1e2a1b6161b46c24f7b8fcceb84b5067e /cluster/staging/cluster.nix
parent1d19bae7a1edeff5db5c7ac02b3d984a815bf06b (diff)
downloadnixcfg-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.nix5
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}")