From 25a7ebe6101cd6f16f9902bc3449c6418048c5a1 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 6 Feb 2026 20:40:23 +0100 Subject: [PATCH] smol updates --- home-manager/hosts/GLaDOS/lillian.nix | 1 - nixos/hosts/EDI/configuration.nix | 2 ++ nixos/hosts/GLaDOS/configuration.nix | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/home-manager/hosts/GLaDOS/lillian.nix b/home-manager/hosts/GLaDOS/lillian.nix index a978fd4..691837e 100644 --- a/home-manager/hosts/GLaDOS/lillian.nix +++ b/home-manager/hosts/GLaDOS/lillian.nix @@ -20,7 +20,6 @@ ryubing lutris vscodium - intiface-central unrar ]; diff --git a/nixos/hosts/EDI/configuration.nix b/nixos/hosts/EDI/configuration.nix index fbe3c05..ab62e21 100644 --- a/nixos/hosts/EDI/configuration.nix +++ b/nixos/hosts/EDI/configuration.nix @@ -91,6 +91,8 @@ # for now. loader.systemd-boot.enable = lib.mkForce false; initrd.systemd.enable = true; + kernelPackages = pkgs.linuxPackages_latest; + supportedFilesystems = ["btrfs" "bcachefs"]; binfmt.emulatedSystems = ["aarch64-linux"]; diff --git a/nixos/hosts/GLaDOS/configuration.nix b/nixos/hosts/GLaDOS/configuration.nix index e8c31c5..ba002ed 100644 --- a/nixos/hosts/GLaDOS/configuration.nix +++ b/nixos/hosts/GLaDOS/configuration.nix @@ -79,6 +79,8 @@ boot = { loader.systemd-boot.enable = false; initrd.systemd.enable = true; + kernelPackages = pkgs.linuxPackages_latest; + supportedFilesystems = ["btrfs" "bcachefs"]; binfmt.emulatedSystems = ["aarch64-linux"];