fixup
This commit is contained in:
parent
2532126f0d
commit
1d533bf6bc
2 changed files with 39 additions and 6 deletions
19
flake.nix
19
flake.nix
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue