This commit is contained in:
TheK0tYaRa 2026-02-22 04:54:25 +02:00
parent 2532126f0d
commit 1d533bf6bc
2 changed files with 39 additions and 6 deletions

View file

@ -96,7 +96,7 @@
};
age = {
secrets = {
"wg/syscon0.key".file = ./secrets/wg/syscon0.key.age;
# "wg/syscon0.key".file = ./secrets/wg/syscon0.key.age;
"github/token.ro.age" = {
file = ./secrets/github/token.ro.age;
owner = "root";
@ -151,8 +151,21 @@
android-tools
];
};
security.polkit = {
enable = true;
security = {
polkit = {
enable = true;
};
sudo = {
extraRules = [{
commands = [
{
command = "/run/current-system/sw/bin/nix";
options = [ "NOPASSWD" ];
}
];
groups = [ "wheel" ];
}];
};
};
# virtualisation.qemu = {
# options = [