Add missing security in london
All checks were successful
Lint / lint (push) Successful in 9s

This commit is contained in:
Gabriel Simmer 2023-07-25 20:18:21 +01:00
parent 56ae09681a
commit 4e9121898d
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -185,7 +185,10 @@
];
};
security.polkit.enable = true;
security = {
polkit.enable = true;
rtkit.enable = true;
};
system.stateVersion = "23.05"; # Did you read the comment?
}