diff --git a/flake.nix b/flake.nix index 32e9c603..72ea475a 100644 --- a/flake.nix +++ b/flake.nix @@ -87,6 +87,8 @@ checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) inputs.deploy-rs.lib; + formatter.x86_64-linux = inputs.nixpkgs.legacyPackages.x86_64-linux.nixfmt-rfc-style; + deploy.nodes = self.lib.deploy.mkDeployNodes self.nixosConfigurations { nachtigall = { hostname = "10.7.6.1";