aboutsummaryrefslogtreecommitdiff
path: root/flake/hosts.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake/hosts.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/flake/hosts.nix b/flake/hosts.nix
index fe23cdd..2739051 100644
--- a/flake/hosts.nix
+++ b/flake/hosts.nix
@@ -227,6 +227,18 @@ in
allowLocalDeployment = false;
};
};
+ rivendell =
+ { name, ... }:
+ {
+ imports = [ ../machines/nixos/x86_64-linux/${name} ];
+ deployment = {
+ tags = [ "bm" ];
+ targetHost = "rivendell";
+ targetUser = "fcuny";
+ buildOnTarget = true;
+ allowLocalDeployment = false;
+ };
+ };
};
};
}