12 lines
164 B
Nix
12 lines
164 B
Nix
_:
|
|
|
|
{
|
|
imports = [
|
|
./firmware.nix
|
|
./solokeys.nix
|
|
./zsa.nix
|
|
];
|
|
|
|
services.smartd.enable = true;
|
|
services.smartd.notifications.x11.enable = true;
|
|
}
|