clean up deprecated fields, update nix format for some files
This commit is contained in:
parent
90acf9538a
commit
032333a83e
4 changed files with 12 additions and 11 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue