system/nix: try out nixos-rebuild-ng

This commit is contained in:
LavaDesu 2025-04-24 01:32:02 +10:00
parent a6b826f089
commit c3368f7ec5
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -23,4 +23,5 @@
'';
};
nixpkgs.config.allowUnfree = true;
system.rebuild.enableNg = true;
}