dots/hosts/orion/modules/services/udisks.nix
Price Hiller 9bb453f877
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m8s
feat(host/orion): enable udisks2
2024-07-24 20:24:06 -05:00

5 lines
47 B
Nix

{ ... }:
{
services.udisks2.enable = true;
}