Replace symlink references by real path and delete symlink

The common/pc/laptop/ssd folder was apparently moved a level up and was
replaced by a symlink to keep things working. We can consolidate this now.
This commit is contained in:
Peter Bittner
2025-05-05 11:15:11 +02:00
parent a4bb30a900
commit 7d9552ef6b
113 changed files with 121 additions and 122 deletions

View File

@@ -4,7 +4,7 @@
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/laptop/ssd
../../../common/pc/ssd
];
boot.kernelParams = [ "mem_sleep_default=deep" ];

View File

@@ -4,7 +4,7 @@
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/laptop/ssd
../../../common/pc/ssd
];
# This will save you money and possibly your life!

View File

@@ -4,7 +4,7 @@
imports = [
../../../common/cpu/intel/lunar-lake
../../../common/pc/laptop
../../../common/pc/laptop/ssd
../../../common/pc/ssd
];
# The touchpad uses I²C, so PS/2 is unnecessary

View File

@@ -6,7 +6,7 @@ in
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/laptop/ssd
../../../common/pc/ssd
];
# Boot loader
@@ -18,7 +18,7 @@ in
# Thermald doesn't have a default config for the 9500 yet, the one in this repo
# was generated with dptfxtract-static (https://github.com/intel/dptfxtract)
services.thermald.configFile = lib.mkDefault thermald-conf;
# WiFi speed is slow and crashes by default (https://bugzilla.kernel.org/show_bug.cgi?id=213381)
# disable_11ax - required until ax driver support is fixed
# power_save - works well on this card

View File

@@ -2,7 +2,7 @@
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/laptop/ssd
../../../common/pc/ssd
];
# This will save you money and possibly your life!

View File

@@ -4,7 +4,7 @@
../../../common/cpu/intel
../../../common/gpu/intel/alder-lake
../../../common/pc/laptop
../../../common/pc/laptop/ssd
../../../common/pc/ssd
];
# This will save you money and possibly your life!

View File

@@ -3,7 +3,7 @@
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/laptop/ssd
../../../common/pc/ssd
];
# This will save you money and possibly your life!