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