Skip to content

Commit

Permalink
hosts/azure/*: drop hardcoded trusted-public-keys
Browse files Browse the repository at this point in the history
This is passed in via mkNixOS' extraConfig.

Signed-off-by: Florian Klink <flokli@flokli.de>
  • Loading branch information
flokli committed Mar 22, 2024
1 parent 17ee9df commit c397a1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion hosts/azure/builder/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
# Configure Nix to use this as a substitutor, and the public key used for signing.
# TODO: remove cache.vedenemo.dev substituter
nix.settings.trusted-public-keys = [
"ghaf-infra-dev:EdgcUJsErufZitluMOYmoJDMQE+HFyveI/D270Cr84I="
"cache.vedenemo.dev:8NhplARANhClUSWJyLVk4WMyy1Wb4rhmWW2u8AejH9E="
];
nix.settings.substituters = [
Expand Down
3 changes: 0 additions & 3 deletions hosts/azure/jenkins-controller/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,6 @@ in {
boot.kernel.sysctl."vm.overcommit_memory" = "1";

# Configure Nix to use this as a substitutor, and the public key used for signing.
nix.settings.trusted-public-keys = [
"ghaf-infra-dev:EdgcUJsErufZitluMOYmoJDMQE+HFyveI/D270Cr84I="
];
nix.settings.substituters = [
"http://localhost:8080"
];
Expand Down

0 comments on commit c397a1b

Please sign in to comment.