updates for 24.11

This commit is contained in:
Daniel Frank 2024-12-30 13:45:54 +01:00
commit c0f31a7440
Signed by: tokudan
GPG key ID: 063CCCAD04182D32
3 changed files with 7 additions and 5 deletions

View file

@ -33,5 +33,5 @@
[ { device = "/dev/disk/by-partuuid/f1251a25-02"; randomEncryption.enable = true; }
];
nix.maxJobs = lib.mkDefault 1;
nix.settings.max-jobs = lib.mkDefault 1;
}