11 lines
143 B
Nix
11 lines
143 B
Nix
_: {
|
|
programs = {
|
|
throne = {
|
|
enable = true;
|
|
tunMode = {
|
|
enable = true;
|
|
setuid = true;
|
|
};
|
|
};
|
|
};
|
|
}
|