10 lines
118 B
Nix
10 lines
118 B
Nix
_: {
|
|
nix = {
|
|
settings = {
|
|
sandbox = true;
|
|
allowed-users = [
|
|
"@wheel"
|
|
];
|
|
};
|
|
};
|
|
}
|