migrate from nixops to colmena, since nixops is dead

https://github.com/NixOS/nixops/issues/1574
This commit is contained in:
Haak Saxberg 2024-02-17 09:34:05 -08:00
parent 8b42217cb8
commit cc1403537c

View file

@ -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.