system/security: reenable doas persist

This commit is contained in:
Cilly Leang 2026-06-05 00:18:29 +10:00
parent 8ca9e393ea
commit 9a6a29831b
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -49,7 +49,7 @@
{ {
groups = [ "wheel" ]; groups = [ "wheel" ];
keepEnv = true; keepEnv = true;
persist = config.me.environment != "laptop"; persist = true;
} }
]; ];
}; };