refactor(statix): resolve 'statix check' issues

This commit is contained in:
2026-03-11 21:25:32 +01:00
parent cec4c12dc2
commit 1b51954bbd
24 changed files with 206 additions and 172 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ in
../../modules/desktops/niri
../../modules/bluetooth
../../modules/keyboard
(import ../../modules/networking { hostName = hostName; })
(import ../../modules/networking { inherit hostName; })
../../modules/users
../../modules/audio
../../modules/localization
+12 -10
View File
@@ -14,16 +14,18 @@
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [
"xhci_pci"
"thunderbolt"
"nvme"
"uas"
"sd_mod"
];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot = {
initrd.availableKernelModules = [
"xhci_pci"
"thunderbolt"
"nvme"
"uas"
"sd_mod"
];
initrd.kernelModules = [ ];
kernelModules = [ "kvm-intel" ];
extraModulePackages = [ ];
};
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's