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