configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: permittedinsecurepackages

+4 -1
+4 -1
modules/common/default.nix
··· 5 5 overlays = [ 6 6 (import ../../overlays/beetsfix.nix) 7 7 ]; 8 - config.allowUnfree = true; 8 + config = { 9 + permittedInsecurePackages = ["olm-3.2.16"]; 10 + allowUnfree = true; 11 + }; 9 12 }; 10 13 11 14 nix = {