fix: podman stuff
This commit is contained in:
parent
7835fa3af0
commit
1c0ed95ad8
1 changed files with 1 additions and 1 deletions
|
|
@ -44,10 +44,10 @@ in
|
||||||
gnumake
|
gnumake
|
||||||
pavucontrol
|
pavucontrol
|
||||||
poetry
|
poetry
|
||||||
|
podman-compose
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.networkmanager.enableStrongSwan = true;
|
networking.networkmanager.enableStrongSwan = true;
|
||||||
virtualisation.podman.dockerSocket.enable = true;
|
|
||||||
systemd.user.tmpfiles.rules = [ "L /run/user/1000/docker.sock - - - - /run/user/1000/podman/podman.sock" ];
|
systemd.user.tmpfiles.rules = [ "L /run/user/1000/docker.sock - - - - /run/user/1000/podman/podman.sock" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue