Remove tf

This commit is contained in:
Gene Liverman 2025-12-01 10:31:40 -05:00
parent 0134c63a95
commit d451a0ec7b
5 changed files with 0 additions and 12 deletions

View file

@ -56,11 +56,6 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";
nixpkgs-terraform = {
url = "github:stackbuilders/nixpkgs-terraform";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
simple-nixos-mailserver = { simple-nixos-mailserver = {
url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-25.05"; url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-25.05";
inputs.nixpkgs-25_05.follows = "nixpkgs"; inputs.nixpkgs-25_05.follows = "nixpkgs";
@ -86,7 +81,6 @@
allowUnfree = true; allowUnfree = true;
permittedInsecurePackages = [ "olm-3.2.16" "electron-21.4.4" ]; permittedInsecurePackages = [ "olm-3.2.16" "electron-21.4.4" ];
}; };
overlays = [ inputs.nixpkgs-terraform.overlays.default ];
}; };
} // additionalSpecialArgs; } // additionalSpecialArgs;
modules = [ modules = [

View file

@ -8,6 +8,5 @@
"python3.12-ecdsa-0.19.1" "python3.12-ecdsa-0.19.1"
]; ];
}; };
overlays = [ inputs.nixpkgs-terraform.overlays.default ];
}; };
} }

View file

@ -107,13 +107,11 @@
"https://cache.nixos.org" # default one "https://cache.nixos.org" # default one
"https://cache.flox.dev" "https://cache.flox.dev"
"https://cache.thalheim.io" "https://cache.thalheim.io"
"https://nixpkgs-terraform.cachix.org"
]; ];
trusted-public-keys = [ trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" # default one "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" # default one
"flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs=" "flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs="
"cache.thalheim.io-1:R7msbosLEZKrxk/lKxf9BTjOOH7Ax3H0Qj0/6wiHOgc=" "cache.thalheim.io-1:R7msbosLEZKrxk/lKxf9BTjOOH7Ax3H0Qj0/6wiHOgc="
"nixpkgs-terraform.cachix.org-1:8Sit092rIdAVENA3ZVeH9hzSiqI/jng6JiCrQ1Dmusw="
]; ];
trusted-users = [ "@admin" "${username}" ]; trusted-users = [ "@admin" "${username}" ];
}; };

View file

@ -11,7 +11,6 @@
#reposurgeon # Nix is a major version behind brew #reposurgeon # Nix is a major version behind brew
rpiboot rpiboot
step-cli step-cli
# terraform-versions."1.5.7"
terraformer terraformer
]; ];
}; };

View file

@ -53,14 +53,12 @@
"https://cache.flox.dev" "https://cache.flox.dev"
"https://cache.thalheim.io" "https://cache.thalheim.io"
"https://cosmic.cachix.org/" "https://cosmic.cachix.org/"
"https://nixpkgs-terraform.cachix.org"
]; ];
trusted-public-keys = [ trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" # default one "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" # default one
"cache.thalheim.io-1:R7msbosLEZKrxk/lKxf9BTjOOH7Ax3H0Qj0/6wiHOgc=" "cache.thalheim.io-1:R7msbosLEZKrxk/lKxf9BTjOOH7Ax3H0Qj0/6wiHOgc="
"cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE=" "cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
"flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs=" "flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs="
"nixpkgs-terraform.cachix.org-1:8Sit092rIdAVENA3ZVeH9hzSiqI/jng6JiCrQ1Dmusw="
]; ];
trusted-users = [ "${username}" ]; trusted-users = [ "${username}" ];
}; };