mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
Update examples
This commit is contained in:
parent
1be75fe7e8
commit
8f14fefb2d
1 changed files with 4 additions and 4 deletions
|
@ -132,7 +132,7 @@ in
|
|||
doas =
|
||||
{ setuid = true;
|
||||
owner = "root";
|
||||
group = "root";
|
||||
group = "wheel";
|
||||
source = "''${pkgs.doas}/bin/doas";
|
||||
};
|
||||
|
||||
|
@ -146,11 +146,11 @@ in
|
|||
};
|
||||
|
||||
|
||||
# a program with the CAP_NET_RAW capability
|
||||
# a codesigned program
|
||||
ping =
|
||||
{ owner = "root";
|
||||
group = "root";
|
||||
capabilities = "cap_net_raw+ep";
|
||||
group = "wheel";
|
||||
codesign = true;
|
||||
source = "''${pkgs.iputils.out}/bin/ping";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue