remove apparmor/audit stuff
This commit is contained in:
parent
02aa8278d2
commit
3daa2913f9
2 changed files with 0 additions and 7 deletions
|
@ -8,7 +8,6 @@ _: {
|
|||
"/etc/systemd/nspawn"
|
||||
"/etc/wireguard"
|
||||
"/root/.cache/nix"
|
||||
"/var/cache/apparmor"
|
||||
"/var/cache/fwupd"
|
||||
"/var/lib/bluetooth"
|
||||
"/var/lib/btrfs"
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
security = {
|
||||
apparmor = {
|
||||
enable = true;
|
||||
enableCache = true;
|
||||
};
|
||||
audit.enable = true;
|
||||
auditd.enable = true;
|
||||
pam = {
|
||||
services = {
|
||||
passwd.enableGnomeKeyring = true;
|
||||
|
|
Loading…
Reference in a new issue