Switch to user podman profile
This commit is contained in:
parent
789671d6af
commit
5d052d817a
2 changed files with 3 additions and 13 deletions
|
@ -13,10 +13,5 @@
|
|||
|
||||
kondo # for removing unused files
|
||||
];
|
||||
virtualisation.podman.enable = true;
|
||||
virtualisation.podman.defaultNetwork.dnsname.enable = true;
|
||||
virtualisation.podman.dockerSocket.enable = true;
|
||||
# virtualisation.docker.enable = true;
|
||||
|
||||
programs.adb.enable = true;
|
||||
}
|
||||
|
|
|
@ -1,11 +1,6 @@
|
|||
{pkgs, ...}:
|
||||
{
|
||||
xdg.configFile.podman-service ={
|
||||
target = "systemd/user/podman.service";
|
||||
source = "${pkgs.podman}/lib/systemd/system/podman.service";
|
||||
};
|
||||
xdg.configFile.podman-socket ={
|
||||
target = "systemd/user/podman.socket";
|
||||
source = "${pkgs.podman}/lib/systemd/system/podman.socket";
|
||||
};
|
||||
services.podman.enable = true;
|
||||
services.podman.defaultNetwork.dnsname.enable = true;
|
||||
services.podman.dockerSocket.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue