clean up deprecated fields, update nix format for some files

This commit is contained in:
Haak Saxberg 2023-05-27 20:34:09 -07:00
parent 90acf9538a
commit 032333a83e
4 changed files with 12 additions and 11 deletions

View file

@ -67,6 +67,11 @@
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.