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 = {
|
||||||
enable = true;
|
sudo-rs = {
|
||||||
killUnconfinedConfinables = true;
|
enable = true;
|
||||||
|
};
|
||||||
|
sudo.enable = false;
|
||||||
|
|
||||||
|
apparmor = {
|
||||||
|
enable = true;
|
||||||
|
killUnconfinedConfinables = true;
|
||||||
|
};
|
||||||
|
protectKernelImage = true;
|
||||||
};
|
};
|
||||||
security.protectKernelImage = true;
|
|
||||||
|
|
||||||
sops.defaultSopsFile = ./secrets.yaml;
|
sops.defaultSopsFile = ./secrets.yaml;
|
||||||
sops.secrets = {
|
sops.secrets = {
|
||||||
|
|
Loading…
Reference in a new issue