Use latest zoom and signal packages

This commit is contained in:
Dave Gallant
2023-09-26 15:59:44 -04:00
parent d4d0060da7
commit b30b683863
6 changed files with 21 additions and 22 deletions

View File

@@ -12,11 +12,6 @@
nix.extraOptions = "experimental-features = nix-command flakes";
nix.package = pkgs.nixUnstable;
nixpkgs.config = {
allowUnfree = true;
permittedInsecurePackages = [];
};
users.users.dave = {
isNormalUser = true;
extraGroups = ["docker" "wheel" "libvirtd" "corectrl"];