aboutsummaryrefslogtreecommitdiff
path: root/deploy_nixos
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-03-09 15:31:05 +0100
committerAlex Auvolat <alex@adnab.me>2023-03-17 17:17:56 +0100
commitbaae97b1920d4fb616781bedd6e3d09debe678f0 (patch)
treec297a37031812adec2b48151d6ed7ad6efe9185b /deploy_nixos
parent870511931a6b65dddaa726c5d03d068da03f5857 (diff)
downloadnixcfg-baae97b1920d4fb616781bedd6e3d09debe678f0.tar.gz
nixcfg-baae97b1920d4fb616781bedd6e3d09debe678f0.zip
sample deployment of wgautomesh on staging (dont deploy prod with this commit)
Diffstat (limited to 'deploy_nixos')
-rwxr-xr-xdeploy_nixos1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy_nixos b/deploy_nixos
index 2b4235a..b1c9be7 100755
--- a/deploy_nixos
+++ b/deploy_nixos
@@ -9,6 +9,7 @@ copy cluster/$CLUSTER/node/$NIXHOST.site.nix /etc/nixos/site.nix
if [ "$CLUSTER" = "staging" ]; then
copy nix/nomad-driver-nix2.nix /etc/nixos/nomad-driver-nix2.nix
+ copy nix/wgautomesh.nix /etc/nixos/wgautomesh.nix
fi
if [ "$CLUSTER" = "prod" ]; then