fix: shoukei - allowUnsupportedSstem

This commit is contained in:
Ryan Yin
2025-07-13 02:42:32 +08:00
parent fde384a626
commit ae0158b226

View File

@@ -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;