From 832c4bbd2ee61e8d3014d436c22b32e56d1798a1 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 9 Nov 2025 17:57:41 +0100 Subject: [PATCH] fix: allow unsupported systems. --- hosts/freyja/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/freyja/configuration.nix b/hosts/freyja/configuration.nix index 39c9cdf..8390769 100644 --- a/hosts/freyja/configuration.nix +++ b/hosts/freyja/configuration.nix @@ -17,6 +17,8 @@ efiInstallAsRemovable = true; }; + nixpkgs.config.allowUnsupportedSystem = true; + environment.systemPackages = map lib.lowPrio [ pkgs.curl pkgs.neovim