commit | 3a504fa07d392761c23d1f4fd3ad7f19ed7b0b69 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 13:04:06 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 13:09:36 2023 +0000 |
tree | 2ffcd797831e2dbcf1870b72488a7a5fa522a3ab | |
parent | 1402717d86dcc641062213f7fe8d7b2f8ced53e0 [diff] |
Store fprint config
diff --git a/modules/security.nix b/modules/security.nix index c9dba17..fe3b333 100644 --- a/modules/security.nix +++ b/modules/security.nix
@@ -9,6 +9,7 @@ { config = { services.fprintd.enable = true; + environment.persistence."/nix/persist".directories = [ "/var/lib/fprint" ]; security.apparmor = { enable = true;