This commit is contained in:
parent
3aeeb69c2b
commit
ba053c539c
@ -101,6 +101,18 @@
|
|||||||
fileSystems = [ "/data" ];
|
fileSystems = [ "/data" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
## General usability
|
||||||
|
### Make podman available for dev tools such as act
|
||||||
|
virtualisation = {
|
||||||
|
containers.enable = true;
|
||||||
|
podman = {
|
||||||
|
enable = true;
|
||||||
|
dockerCompat = true;
|
||||||
|
dockerSocket.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
users.users.jake.extraGroups = [ "podman" ];
|
||||||
|
|
||||||
## Networking
|
## Networking
|
||||||
boot.kernel.sysctl = {
|
boot.kernel.sysctl = {
|
||||||
"net.ipv4.ip_forward" = true;
|
"net.ipv4.ip_forward" = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user