summaryrefslogtreecommitdiff
path: root/machines/common/rip.nix
blob: c02ad7fc2b8f39cfceb3e773eb2d2740e173c4aa (plain)
1
2
3
{ ... }: {
  boot.kernelModules = [ "sg" ];
}