12 lines
104 B
Nix
12 lines
104 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
modulesPath,
|
|
...
|
|
}:
|
|
{
|
|
hardware.rasdaemon = {
|
|
enable = true;
|
|
};
|
|
}
|