diff options
author | lassulus <git@lassul.us> | 2023-07-08 15:21:00 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-07-08 15:21:00 +0200 |
commit | 93fd2821b33f152044f597dea933acf88cf99a56 (patch) | |
tree | 85c89574ad7847c6464225f5d03e99de2034da41 /lass | |
parent | 703ad4aaef3ec84453958186ac0ac41d867c8c77 (diff) |
l mors.r: cleanup physical config
Diffstat (limited to 'lass')
-rw-r--r-- | lass/1systems/mors/physical.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lass/1systems/mors/physical.nix b/lass/1systems/mors/physical.nix index a9108104b..2ffbf88c0 100644 --- a/lass/1systems/mors/physical.nix +++ b/lass/1systems/mors/physical.nix @@ -2,9 +2,11 @@ imports = [ ./config.nix <stockholm/lass/2configs/hw/x220.nix> - <stockholm/lass/2configs/boot/stock-x220.nix> + <stockholm/lass/2configs/boot/universal.nix> ]; + boot.kernelParams = [ "acpi_backlight=native" ]; + fileSystems = { "/bku" = { device = "/dev/mapper/pool-bku"; |