mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 09:17:23 +08:00
linux-builder: enable flakes
This commit is contained in:
parent
b063920d23
commit
bea8cb0f6a
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@
|
|||
];
|
||||
config = { pkgs, lib, ... }: {
|
||||
boot.binfmt.emulatedSystems = [ "x86_64-linux" ];
|
||||
nix.settings.experimental-features = "nix-command flakes repl-flake";
|
||||
virtualisation = {
|
||||
# Larger linux-builder cores, ram, and disk.
|
||||
cores = 6;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue