mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +00:00
Fix typo
This commit is contained in:
parent
9bd3848584
commit
d2572ab99f
|
@ -27,7 +27,7 @@
|
|||
packages = [pkgs.apparmor-profiles];
|
||||
|
||||
# AppArmor policies
|
||||
policies = [
|
||||
policies = {
|
||||
"default_deny" = {
|
||||
enforce = false;
|
||||
enable = false;
|
||||
|
@ -55,6 +55,6 @@
|
|||
}
|
||||
'';
|
||||
};
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue