migrate from nixops to colmena, since nixops is dead
https://github.com/NixOS/nixops/issues/1574
This commit is contained in:
parent
8b42217cb8
commit
cc1403537c
1 changed files with 1 additions and 6 deletions
|
|
@ -68,17 +68,12 @@
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
cachix
|
cachix
|
||||||
nixopsUnstable
|
colmena
|
||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
zsh
|
zsh
|
||||||
];
|
];
|
||||||
|
|
||||||
# nixopsUnstable relies on an insecure package via poetry.
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
|
||||||
"python3.10-cryptography-3.4.8"
|
|
||||||
];
|
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue