flake update allow olm

This commit is contained in:
Kabbone 2024-09-09 16:43:34 +02:00
parent 263d10dbdd
commit d2abc23417
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
1 changed files with 3 additions and 0 deletions

View File

@ -136,6 +136,9 @@
'';
};
nixpkgs.config.allowUnfree = true; # Allow proprietary software.
nixpkgs.config.permittedInsecurePackages = [
"olm-3.2.16"
];
system = { # NixOS settings
autoUpgrade = { # Allow auto update