hosts/xps16: enable apparmor for firefox
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
security.apparmor = {
|
||||
enable = true;
|
||||
packages = with pkgs; [ apparmor-profiles ];
|
||||
policies.firefox.path = "${pkgs.apparmor-profiles}/etc/apparmor.d/firefox";
|
||||
};
|
||||
}
|
||||
@@ -3,6 +3,8 @@
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
|
||||
./apparmor.nix
|
||||
|
||||
./services/btrfs.nix
|
||||
./services/docker.nix
|
||||
./services/fprintd.nix
|
||||
|
||||
Reference in New Issue
Block a user