chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
2 changed files with 6 additions and 7 deletions
Showing only changes of commit 41adab8a70 - Show all commits

View file

@ -10,9 +10,9 @@
modules = [ ./hosts/bastion/configuration.nix ];
};
nixosConfigurations.template = nixpkgs.lib.nixosSystem {
nixosConfigurations.vault = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [ "${nixpkgs}/nixos/modules/virtualisation/lxc-container.nix" ./hosts/template/configuration.nix ];
modules = [ "${nixpkgs}/nixos/modules/virtualisation/lxc-container.nix" ./hosts/vault/configuration.nix ];
};
deploy.nodes.bastion = {
@ -24,13 +24,12 @@
};
};
deploy.nodes.template = {
sshUser = "root";
hostname = "10.42.42.5";
deploy.nodes.vault = {
hostname = "10.42.42.6";
fastConnection = true;
profiles.system = {
user = "root";
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.template;
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.vault;
};
};

View file

@ -13,7 +13,7 @@
];
networking.hostName = "nixos-template";
networking.hostName = "vault";
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions