Update flake

This commit is contained in:
2024-09-08 21:57:28 +02:00
parent f0e000795b
commit f123ef3bbf
2 changed files with 47 additions and 47 deletions

View File

@ -80,7 +80,7 @@
nvidia.acceptLicense = true;
# Allow certain insecure packages
permittedInsecurePackages = [ ];
permittedInsecurePackages = [ "olm-3.2.16" ];
};
systems.modules.nixos = with inputs; [ nix-topology.nixosModules.default ];