diff --git a/outputs/aarch64-linux/src/12kingdoms-shoukei.nix b/outputs/aarch64-linux/src/12kingdoms-shoukei.nix index 68991a0f..12f6102e 100644 --- a/outputs/aarch64-linux/src/12kingdoms-shoukei.nix +++ b/outputs/aarch64-linux/src/12kingdoms-shoukei.nix @@ -39,6 +39,9 @@ modules.desktop.wayland.enable = true; modules.secrets.desktop.enable = true; modules.secrets.preservation.enable = true; + + # TODO: remove this option + nixpkgs.config.allowUnsupportedSstem = true; } ] ++ base-modules.nixos-modules;