added podman workaround
This commit is contained in:
parent
4512b87d02
commit
63c40c4230
@ -20,5 +20,10 @@ in {
|
|||||||
virtualisation.podman = {
|
virtualisation.podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.etc."systemd/user-generators/podman-user-generator" = {
|
||||||
|
source = "${pkgs.podman}/lib/systemd/user-generators/podman-user-generator";
|
||||||
|
target = "systemd/user-generators/podman-user-generator";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user