Skip to content

Commit

Permalink
hosts: rename azure-common-2.nix
Browse files Browse the repository at this point in the history
Signed-off-by: Henri Rosten <[email protected]>
  • Loading branch information
henrirosten committed Feb 7, 2024
1 parent 58af59f commit b799c59
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion hosts/azure/binary-cache/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
...
}: {
imports = [
../../azure-common-2.nix
../../azure-common.nix
self.nixosModules.service-openssh
];

Expand Down
2 changes: 1 addition & 1 deletion hosts/azure/builder/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
...
}: {
imports = [
../../azure-common-2.nix
../../azure-common.nix
self.nixosModules.service-openssh
self.nixosModules.service-remote-build
];
Expand Down
2 changes: 1 addition & 1 deletion hosts/azure/jenkins-controller/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
'';
in {
imports = [
../../azure-common-2.nix
../../azure-common.nix
self.nixosModules.service-openssh
];

Expand Down

0 comments on commit b799c59

Please sign in to comment.