aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/hplappi.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/hplappi.nix b/hosts/hplappi.nix
index 1e3dd45..192bdae 100644
--- a/hosts/hplappi.nix
+++ b/hosts/hplappi.nix
@@ -1,4 +1,8 @@
{config, ...}: {
+ nixpkgs.config.permittedInsecurePackages = [
+ "olm-3.2.16"
+ "python3.12-youtube-dl-2021.12.17"
+ ];
role.sils = "laptop";
sils = {
disks.enable = false;