From c9d2845aeba9da48b8ff722133977888eca5bc01 Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Mon, 10 Jul 2023 18:07:34 +0400 Subject: [PATCH] add "Paranoid NixOS Setup" article link --- systemd-hardening-in-NixOS/article.md | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd-hardening-in-NixOS/article.md b/systemd-hardening-in-NixOS/article.md index beea303..5f712fe 100644 --- a/systemd-hardening-in-NixOS/article.md +++ b/systemd-hardening-in-NixOS/article.md @@ -271,3 +271,4 @@ As for NixOS, it also features `security.apparmor`, `security.audit` and even `p - [limit the impact of a security intrusion with systemd directives article](https://www.ctrl.blog/entry/systemd-opensmtpd-hardening.html) - [hardening applications with systemd](https://blog.sergeantbiggs.net/posts/hardening-applications-with-systemd/) - [systemd hardening options explained](https://docs.arbitrary.ch/security/systemd.html) +- ["Paranoid NixOS Setup" article](https://xeiaso.net/blog/paranoid-nixos-2021-07-18)