From cc1403537ca1f295162121bbb77d8de568d0dfff Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Sat, 17 Feb 2024 09:34:05 -0800 Subject: [PATCH] migrate from nixops to colmena, since nixops is dead https://github.com/NixOS/nixops/issues/1574 --- nix/system/framework/configuration.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/nix/system/framework/configuration.nix b/nix/system/framework/configuration.nix index a9d1445..8056b81 100644 --- a/nix/system/framework/configuration.nix +++ b/nix/system/framework/configuration.nix @@ -68,17 +68,12 @@ # $ nix search wget environment.systemPackages = with pkgs; [ cachix - nixopsUnstable + colmena vim wget zsh ]; - # nixopsUnstable relies on an insecure package via poetry. - nixpkgs.config.permittedInsecurePackages = [ - "python3.10-cryptography-3.4.8" - ]; - nixpkgs.config.allowUnfree = true; # Open ports in the firewall.