typos + inseucre packages deprecated
All checks were successful
Weekly NixOS Build & Cache / build-and-cache (push) Successful in 2h4m52s

This commit is contained in:
Danilo Reyes
2026-03-24 22:01:51 -06:00
parent 28cb84aa3f
commit a96c9060ce
6 changed files with 2 additions and 14 deletions

View File

@@ -31,7 +31,6 @@
(buildMachine "workstation" 8 40)
(buildMachine "server" 6 17)
];
nixpkgs.config.permittedInsecurePackages = [ "openssl-1.1.1w" ];
networking = {
hostName = "miniserver";
firewall = {

View File

@@ -48,6 +48,7 @@ in
supportedFeatures = config.my.nix.features;
}
];
nixpkgs.config.permittedInsecurePackages = [ "mbedtls-2.28.10" ];
sops.secrets = {
"server/private" = lib.mkIf config.my.secureHost {
sopsFile = ../../secrets/wireguard.yaml;