Updates and typos

This commit is contained in:
albert 2024-07-12 21:05:02 +09:00
parent 80a2feeee8
commit 4757c266ec
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -139,3 +139,4 @@
}; };
}; };
}; };
}