mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
fix: adds olm-3.2.16 to permittedInsecurePackages
This commit is contained in:
parent
bbda81b4a9
commit
2df9d42672
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
./../../modules/services/tailscale.nix
|
||||
./../../modules/services/nfs.nix
|
||||
./../../modules/services/hd-idle.nix
|
||||
./../../modules/services/violet.nix
|
||||
];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
@ -51,6 +52,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"olm-3.2.16"
|
||||
];
|
||||
|
||||
# services.xserver.videoDrivers = [ "nvidia" ]; # --> put this in roles/nvidia.nix
|
||||
# liv.nvidia.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue