From a94df0944b9e2f7c5444852c3c3997c1ace4b066 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Mon, 17 Nov 2025 05:56:59 -0500 Subject: [PATCH] gtkmm build failing. --- nix/configuration/hosts/i_only_boot_zfs/disk-config.nix | 2 +- nix/configuration/hosts/odo/disk-config.nix | 2 +- nix/configuration/hosts/quark/default.nix | 8 ++++---- nix/configuration/roles/optimized_build/default.nix | 1 + 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/nix/configuration/hosts/i_only_boot_zfs/disk-config.nix b/nix/configuration/hosts/i_only_boot_zfs/disk-config.nix index 0bfa4732..d7b1e343 100644 --- a/nix/configuration/hosts/i_only_boot_zfs/disk-config.nix +++ b/nix/configuration/hosts/i_only_boot_zfs/disk-config.nix @@ -80,7 +80,7 @@ type = "zfs_fs"; options = { mountpoint = "legacy"; - "org.zfsbootmenu:nixos" = "on"; + "org.zfsbootmenu:active" = "on"; }; mountpoint = "/boot"; postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot/linux/nix/boot@blank$' || zfs snapshot zroot/linux/nix/boot@blank"; diff --git a/nix/configuration/hosts/odo/disk-config.nix b/nix/configuration/hosts/odo/disk-config.nix index 14b530ec..0236f877 100644 --- a/nix/configuration/hosts/odo/disk-config.nix +++ b/nix/configuration/hosts/odo/disk-config.nix @@ -80,7 +80,7 @@ type = "zfs_fs"; options = { mountpoint = "legacy"; - "org.zfsbootmenu:nixos" = "on"; + "org.zfsbootmenu:active" = "on"; }; mountpoint = "/boot"; postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot/linux/nix/boot@blank$' || zfs snapshot zroot/linux/nix/boot@blank"; diff --git a/nix/configuration/hosts/quark/default.nix b/nix/configuration/hosts/quark/default.nix index 41dd3b16..e9c13d29 100644 --- a/nix/configuration/hosts/quark/default.nix +++ b/nix/configuration/hosts/quark/default.nix @@ -27,8 +27,8 @@ me.mountPersistence = true; # Toggle to start writing the extlinux config which will be used by zfsbootmenu - # boot.loader.generic-extlinux-compatible.enable = true; - # boot.loader.systemd-boot.enable = lib.mkForce false; + boot.loader.generic-extlinux-compatible.enable = true; + boot.loader.systemd-boot.enable = lib.mkForce false; me.optimizations = { enable = true; @@ -108,10 +108,10 @@ me.python.enable = true; me.qemu.enable = true; me.recovery.enable = true; - me.rpcs3.enable = true; + me.rpcs3.enable = false; me.rust.enable = true; me.sequoia.enable = true; - me.shadps4.enable = true; + me.shadps4.enable = false; me.shikane.enable = true; me.sops.enable = true; me.sound.enable = true; diff --git a/nix/configuration/roles/optimized_build/default.nix b/nix/configuration/roles/optimized_build/default.nix index 6f7b45d3..c61219b4 100644 --- a/nix/configuration/roles/optimized_build/default.nix +++ b/nix/configuration/roles/optimized_build/default.nix @@ -108,6 +108,7 @@ ffmpeg pipewire chromaprint + gtkmm ; }) ];