removed LibreWolf and added Jitsi-meet allow for now
This commit is contained in:
parent
f635d661c1
commit
b428ab328f
@ -150,13 +150,19 @@ in
|
|||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"jitsi-meet-1.0.8043"
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
(callPackage ./modules/systemd-manager_sovran_systems.nix {})
|
(callPackage ./modules/systemd-manager_sovran_systems.nix {})
|
||||||
git
|
git
|
||||||
wget
|
wget
|
||||||
librewolf
|
# librewolf
|
||||||
fish
|
fish
|
||||||
htop
|
htop
|
||||||
btop
|
btop
|
||||||
|
Loading…
Reference in New Issue
Block a user