From 6e3d9237e74503c75749497d4c3d2a27905a8e58 Mon Sep 17 00:00:00 2001 From: nx2 Date: Wed, 6 Mar 2024 14:05:46 +0100 Subject: [PATCH] yeah thats gonna be annoying --- home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.nix b/home.nix index 988bcfa..c322f2a 100644 --- a/home.nix +++ b/home.nix @@ -1,4 +1,4 @@ -{ config, pkgs, lib, allowed, ... }: +{ config, pkgs, lib, allowed, secrets, ... }: { imports = [ @@ -24,7 +24,7 @@ permittedInsecurePackages = allowed.inecure-packages; }; - security.pki.certificates = nxPwCa.easyroamCa; + security.pki.certificates = secrets.easyroamCa; home.packages = with pkgs; [ firefox chromium