summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/desktop/software/boot.nix3
-rw-r--r--modules/desktop/software/default.nix2
-rw-r--r--modules/pc/software/boot/default.nix (renamed from modules/desktop/software/boot/default.nix)1
-rw-r--r--modules/pc/software/boot/grub.nix (renamed from modules/desktop/software/boot/grub.nix)0
-rw-r--r--modules/pc/software/boot/systemd-boot.nix (renamed from modules/desktop/software/boot/systemd-boot.nix)0
-rw-r--r--modules/pc/software/default.nix1
6 files changed, 5 insertions, 2 deletions
diff --git a/modules/desktop/software/boot.nix b/modules/desktop/software/boot.nix
new file mode 100644
index 0000000..44f9c4e
--- /dev/null
+++ b/modules/desktop/software/boot.nix
@@ -0,0 +1,3 @@
+{
+ boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
+}
diff --git a/modules/desktop/software/default.nix b/modules/desktop/software/default.nix
index 01e196c..8098426 100644
--- a/modules/desktop/software/default.nix
+++ b/modules/desktop/software/default.nix
@@ -1,9 +1,9 @@
{
imports = [
- ./boot
./services
./video
./aagl.nix
+ ./boot.nix
./gaming.nix
./programs.nix
./systemd.nix
diff --git a/modules/desktop/software/boot/default.nix b/modules/pc/software/boot/default.nix
index 9fe77a0..0798849 100644
--- a/modules/desktop/software/boot/default.nix
+++ b/modules/pc/software/boot/default.nix
@@ -10,7 +10,6 @@
crashDump.enable = false;
consoleLogLevel = 3;
kernelPackages = pkgs.linuxPackages_zen;
- binfmt.emulatedSystems = [ "aarch64-linux" ];
kernelParams = [
"iommu=pt"
diff --git a/modules/desktop/software/boot/grub.nix b/modules/pc/software/boot/grub.nix
index 3932713..3932713 100644
--- a/modules/desktop/software/boot/grub.nix
+++ b/modules/pc/software/boot/grub.nix
diff --git a/modules/desktop/software/boot/systemd-boot.nix b/modules/pc/software/boot/systemd-boot.nix
index b51a896..b51a896 100644
--- a/modules/desktop/software/boot/systemd-boot.nix
+++ b/modules/pc/software/boot/systemd-boot.nix
diff --git a/modules/pc/software/default.nix b/modules/pc/software/default.nix
index 8638a58..6f21743 100644
--- a/modules/pc/software/default.nix
+++ b/modules/pc/software/default.nix
@@ -2,6 +2,7 @@
{
imports = [
./access
+ ./boot
./desktop
./multimedia
./services