diff options
Diffstat (limited to '')
-rw-r--r-- | hm/packages/default.nix | 1 | ||||
-rw-r--r-- | hosts/hplappi.nix | 1 | ||||
-rw-r--r-- | hosts/hpserver.nix | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/hm/packages/default.nix b/hm/packages/default.nix index 203bc3f..9982b66 100644 --- a/hm/packages/default.nix +++ b/hm/packages/default.nix @@ -74,7 +74,6 @@ in { signal-cli # use signal without phone mumble # voice chat element-desktop # chat - nheko # another matrix client tdesktop # telegram messenger thunderbird # emails briar-desktop # privacy first diff --git a/hosts/hplappi.nix b/hosts/hplappi.nix index 192bdae..d107312 100644 --- a/hosts/hplappi.nix +++ b/hosts/hplappi.nix @@ -1,6 +1,5 @@ {config, ...}: { nixpkgs.config.permittedInsecurePackages = [ - "olm-3.2.16" "python3.12-youtube-dl-2021.12.17" ]; role.sils = "laptop"; diff --git a/hosts/hpserver.nix b/hosts/hpserver.nix index 97b3968..1c4132b 100644 --- a/hosts/hpserver.nix +++ b/hosts/hpserver.nix @@ -10,7 +10,6 @@ }; }; nixpkgs.config.permittedInsecurePackages = [ - "olm-3.2.16" "python3.12-youtube-dl-2021.12.17" ]; nixpkgs.overlays = [(self: super: {utillinux = super.util-linux;})]; |