Buildmachines works, maybe ?
This commit is contained in:
parent
9191593dc7
commit
2f76f3be7e
9 changed files with 78 additions and 35 deletions
|
@ -1,21 +1,19 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./cache
|
||||
./channels
|
||||
./distributed
|
||||
./gc
|
||||
./maintenence
|
||||
./unfree
|
||||
];
|
||||
|
||||
nix = {
|
||||
package = pkgs.lix;
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
};
|
||||
settings.experimental-features = [
|
||||
"flakes"
|
||||
"nix-command"
|
||||
];
|
||||
};
|
||||
|
||||
# Use a newer implementation of nixos-rebuild
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue