mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
fix?: permits jitsi meet to be installed even though i do not use it (2)
This commit is contained in:
parent
ffe4903658
commit
a14f00dbd5
1 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,10 @@
|
|||
|
||||
networking.hostName = "sakura";
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"jitsi-meet-1.0.8043"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
acpi
|
||||
brightnessctl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue