diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-11 17:38:03 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-11 17:38:03 -0400 |
commit | 52f10ca4647e784f4875276b4ff484c21491b389 (patch) | |
tree | 9a6c56dce44a8bb4910c64e0f0c3b0042e3ebcb3 /nix/system/default.nix | |
parent | fix firefox policy (diff) | |
download | dotfiles-nix-52f10ca4647e784f4875276b4ff484c21491b389.tar.gz dotfiles-nix-52f10ca4647e784f4875276b4ff484c21491b389.tar.bz2 dotfiles-nix-52f10ca4647e784f4875276b4ff484c21491b389.zip |
tinternet wg
Diffstat (limited to 'nix/system/default.nix')
-rw-r--r-- | nix/system/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/system/default.nix b/nix/system/default.nix index 2338fe4..b54f8a5 100644 --- a/nix/system/default.nix +++ b/nix/system/default.nix @@ -96,6 +96,7 @@ # certs security.pki.certificateFiles = [ ../../files/certs/freyanet.crt + ../../files/certs/tinternet.crt ]; # fonts |