diff options
| author | Alexander Kassouni <alex@kassouni.net> | 2026-08-28 23:27:52 -0700 |
|---|---|---|
| committer | Alexander Kassouni <alex@kassouni.net> | 2026-08-28 23:27:52 -0700 |
| commit | 8dcf355819cc6cd1e87924218c1adcd900ecda84 (patch) | |
| tree | 940ef0f569279f4ab78c1320321ff4c07453eb5a /machines/common/rip.nix | |
| parent | 332b06fd9baefdfa2b043b8e2c72b8c110940fc5 (diff) | |
refactor base nixos modules
Diffstat (limited to 'machines/common/rip.nix')
| -rw-r--r-- | machines/common/rip.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/common/rip.nix b/machines/common/rip.nix new file mode 100644 index 0000000..c02ad7f --- /dev/null +++ b/machines/common/rip.nix @@ -0,0 +1,3 @@ +{ ... }: { + boot.kernelModules = [ "sg" ]; +} |
