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