chore(nix): use nixos-unstable-small

This commit is contained in:
steveej 2023-05-25 11:30:03 +02:00
parent 8c1d4fca8c
commit acaa6dc4cf
5 changed files with 15 additions and 8 deletions

View file

@ -19,7 +19,7 @@ in {
];
extra-experimental-features = ["impure-derivations"];
system-features = ["recursive-nix"];
system-features = ["recursive-nix" "big-parallel"];
};
networking.bridges."virbr1".interfaces = [];
@ -97,6 +97,7 @@ in {
enable = true;
joinNetworks = [
"93afae5963c547f1"
passwords.zerotier.dweb2023.networkId
];
};
}