Updates and typos
This commit is contained in:
parent
80a2feeee8
commit
4757c266ec
2 changed files with 2 additions and 4 deletions
|
@ -2,11 +2,8 @@
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nixos-hardware.nixosModules.framework-13th-gen-intel
|
inputs.nixos-hardware.nixosModules.framework-13th-gen-intel
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
../../common/modules/secureboot.nix
|
../../common/modules/boot.nix
|
||||||
../../common/modules/udev-rules.nix
|
|
||||||
../../common/modules/builder.nix
|
../../common/modules/builder.nix
|
||||||
../../common/services/fwupd.nix
|
|
||||||
../../common/modules/ssh-luks.nix
|
|
||||||
../../common/services/docker.nix
|
../../common/services/docker.nix
|
||||||
../../common/services/tailscale-autoconnect.nix
|
../../common/services/tailscale-autoconnect.nix
|
||||||
./containers.nix
|
./containers.nix
|
||||||
|
|
|
@ -139,3 +139,4 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue