diff --git a/flake.nix b/flake.nix index f6b4c8f..2c1a79f 100644 --- a/flake.nix +++ b/flake.nix @@ -260,6 +260,14 @@ # Map nodes to Deploy-rs deployments deploy.nodes = { + thor = { + hostname = "thor.local"; + profiles.system = { + user = "root"; + path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.thor; + }; + }; + loki = { hostname = "loki.local"; profiles.system = {