heimdall: Switch to sudo-rs
This commit is contained in:
parent
e279ac6b65
commit
63d110acfe
1 changed files with 11 additions and 4 deletions
|
@ -141,11 +141,18 @@
|
|||
};
|
||||
};
|
||||
|
||||
security.apparmor = {
|
||||
security = {
|
||||
sudo-rs = {
|
||||
enable = true;
|
||||
};
|
||||
sudo.enable = false;
|
||||
|
||||
apparmor = {
|
||||
enable = true;
|
||||
killUnconfinedConfinables = true;
|
||||
};
|
||||
security.protectKernelImage = true;
|
||||
protectKernelImage = true;
|
||||
};
|
||||
|
||||
sops.defaultSopsFile = ./secrets.yaml;
|
||||
sops.secrets = {
|
||||
|
|
Loading…
Reference in a new issue