WIP: rewrite config #618

Draft
darkkirb wants to merge 345 commits from rewrite into main
Showing only changes of commit ba89a18e00 - Show all commits

View file

@ -14,5 +14,8 @@
];
system.stateVersion = "24.11";
nixpkgs.config.allowUnsupportedSystem = true;
nix.settings.system-features = [ "native-riscv" ];
nix.settings.system-features = [
"native-riscv"
"big-parallel"
];
}