yeah thats gonna be annoying
This commit is contained in:
4
home.nix
4
home.nix
@@ -1,4 +1,4 @@
|
|||||||
{ config, pkgs, lib, allowed, ... }:
|
{ config, pkgs, lib, allowed, secrets, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
permittedInsecurePackages = allowed.inecure-packages;
|
permittedInsecurePackages = allowed.inecure-packages;
|
||||||
};
|
};
|
||||||
|
|
||||||
security.pki.certificates = nxPwCa.easyroamCa;
|
security.pki.certificates = secrets.easyroamCa;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
firefox chromium
|
firefox chromium
|
||||||
|
|||||||
Reference in New Issue
Block a user