mirror of https://git.jolheiser.com/dotnix.git
8 lines
174 B
Nix
8 lines
174 B
Nix
|
{
|
||
|
services.cfg-playground = {
|
||
|
enable = true;
|
||
|
verbose = true;
|
||
|
auth-key = "tskey-auth-ksTZtpeU1i11CNTRL-HmmWuAFifG3xxy8UDr1yG3UdjiYJ3mtGe"; # One-time key
|
||
|
};
|
||
|
}
|