Change filesystem to bcachefs
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
alejandro-angulo 2025-12-20 17:51:05 -08:00
parent 70e15a5b16
commit 8922b7682f
3 changed files with 6 additions and 43 deletions

View file

@ -6,7 +6,6 @@
{
imports = [
./hardware-configuration.nix
./zfs.nix
];
age.secrets.cf_dns_kilonull.file = ../../../secrets/cf_dns_kilonull.age;
@ -119,6 +118,9 @@
programs.virt-manager.enable = true;
boot.loader.systemd-boot.enable = true;
boot.supportedFilesystems = [ "bcachefs" ];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.binfmt.emulatedSystems = [
"aarch64-linux"
"armv6l-linux"