This commit is contained in:
iFargle 2023-09-15 22:23:37 +09:00
parent 93dd8b580e
commit e4749cb508

View file

@ -4,7 +4,7 @@
{ config, lib, pkgs, modulesPath, ... }: { { config, lib, pkgs, modulesPath, ... }: {
imports = [ imports = [
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")
../../common/services/wireless.nix ../../common/modules/wireless.nix
]; ];