refactor: moved boot.nix back to common
This commit is contained in:
parent
d592ec3599
commit
da9dbbebdf
1 changed files with 1 additions and 2 deletions
|
@ -20,6 +20,7 @@
|
||||||
};
|
};
|
||||||
inherit (inputs.nixpkgs) lib;
|
inherit (inputs.nixpkgs) lib;
|
||||||
commonModules = [
|
commonModules = [
|
||||||
|
./modules/boot.nix
|
||||||
./modules/nix-config.nix
|
./modules/nix-config.nix
|
||||||
./modules/security.nix
|
./modules/security.nix
|
||||||
./modules/users.nix
|
./modules/users.nix
|
||||||
|
@ -37,7 +38,6 @@
|
||||||
++ lib.optionals (type == "desktop") desktopModules
|
++ lib.optionals (type == "desktop") desktopModules
|
||||||
# Options for specific hostnames.
|
# Options for specific hostnames.
|
||||||
++ (lib.optionals (hostname == "nemesis") [
|
++ (lib.optionals (hostname == "nemesis") [
|
||||||
./modules/boot.nix
|
|
||||||
./modules/bootloaders/systemd-boot.nix
|
./modules/bootloaders/systemd-boot.nix
|
||||||
./modules/filesystems/hw-nemesis.nix
|
./modules/filesystems/hw-nemesis.nix
|
||||||
./modules/hardware/cpu_amd.nix
|
./modules/hardware/cpu_amd.nix
|
||||||
|
@ -48,7 +48,6 @@
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
++ (lib.optionals (hostname == "mellinoe" || hostname == "apollo") [
|
++ (lib.optionals (hostname == "mellinoe" || hostname == "apollo") [
|
||||||
./modules/boot.nix
|
|
||||||
./modules/bootloaders/systemd-boot.nix
|
./modules/bootloaders/systemd-boot.nix
|
||||||
./modules/filesystems/impermanence.nix
|
./modules/filesystems/impermanence.nix
|
||||||
./modules/hardware/cpu_intel.nix
|
./modules/hardware/cpu_intel.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue