summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index 9e074d0..ea6cb06 100644
--- a/flake.nix
+++ b/flake.nix
@@ -52,12 +52,11 @@
deploy.nodes =
mapAttrs
- (hostname: machine:
- {
- hostname = hostname + "." + ivi.domain;
- sshUser = "root";
- profiles.system.path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.${hostname};
- })
+ (hostname: machine: {
+ hostname = hostname + "." + ivi.domain;
+ sshUser = "root";
+ profiles.system.path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.${hostname};
+ })
(filterAttrs (_: machine: machine.isDeployed) ivi.machines);
devShells."${system}".hetzner = pkgs.mkShell {