mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-09-01 15:57:14 +02:00
security: add conservative systemd hardening to aquamarine services
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
lib,
|
||||
outputs,
|
||||
}:
|
||||
{
|
||||
caddy = true;
|
||||
postgresql = true;
|
||||
gitea = true;
|
||||
sftpgo = true;
|
||||
v2ray = true;
|
||||
transmission = true;
|
||||
}
|
||||
Reference in New Issue
Block a user