blob: 6cec5fbf6c18aec6d966ee2340f52b1fa2471382 [file] [log] [blame]
Skyler Greyfc8f25c2023-02-13 08:01:40 +00001{ pkgs, ... }: {
2 home.home.packages = [ pkgs.nixops ];
3 config.nixpkgs.config.permittedInsecurePackages = [
4 "python-2.7.18.6"
5 "python2.7-certifi-2021.10.8"
6 "python2.7-pyjwt-1.7.1"
7 ];
8}