compat: update hardware configuration

This commit is contained in:
Kiana Sheibani 2026-01-28 22:16:23 -05:00
parent abced3e3c4
commit d7b21271bd
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
4 changed files with 7 additions and 2 deletions

View file

@ -18,8 +18,6 @@ in
experimental-features = nix-command flakes ca-derivations
restrict-eval = false
'';
nixpkgs.system = if isMobile then "aarch64-linux" else "x86_64-linux";
nixpkgs.config.allowUnfree = true;
# Use the systemd-boot EFI boot loader.