5 lines
134 B
Nix
5 lines
134 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
environment.etc."snapraid-runner.conf".text = builtins.readFile ../pkgs/snapraid-runner/snapraid-runner.conf;
|
|
}
|