diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-05-28 23:15:07 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-05-28 23:15:07 -0400 |
| commit | 096986449e9e1d9325a3217685f81996c60b16f1 (patch) | |
| tree | c5461dc1c75256bb1ab8116aa435d49d26a2987b | |
| parent | make shell status icons conditional (diff) | |
| download | dotfiles-nix-096986449e9e1d9325a3217685f81996c60b16f1.tar.gz dotfiles-nix-096986449e9e1d9325a3217685f81996c60b16f1.tar.bz2 dotfiles-nix-096986449e9e1d9325a3217685f81996c60b16f1.zip | |
enable apparmor
| -rw-r--r-- | system/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/default.nix b/system/default.nix index de4a5f3..c25305e 100644 --- a/system/default.nix +++ b/system/default.nix @@ -198,4 +198,7 @@ in { # firmware services.fwupd.enable = full; + + # apparmor + security.apparmor.enable = true; } |