mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-11 07:02:41 +02:00
feat: NixOS tests using systemd-nspawn containers
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
lib,
|
||||
outputs,
|
||||
}:
|
||||
lib.genAttrs (builtins.attrNames outputs.nixosConfigurations) (_: {
|
||||
autoAllocateUids = true;
|
||||
hasUidRange = true;
|
||||
hasAutoAllocateUidsFeature = true;
|
||||
hasCgroupsFeature = true;
|
||||
hasDevNetSandboxPath = true;
|
||||
})
|
||||
Reference in New Issue
Block a user