chore: reconfig podman
This commit is contained in:
parent
e9a77fccb7
commit
634d7eb2e8
3 changed files with 17 additions and 12 deletions
|
|
@ -60,7 +60,7 @@
|
|||
zed-editor
|
||||
];
|
||||
sessionVariables = {
|
||||
XDG_RUNTIME_DIR = "/run/user/${toString config.home.uid}";
|
||||
|
||||
DBUS_SESSION_BUS_ADDRESS = "unix:path=${config.home.homeDirectory}/.dbus-session-bus";
|
||||
};
|
||||
username = "thiago";
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@
|
|||
pcsclite
|
||||
pcsctools
|
||||
pkcs11helper
|
||||
podman-compose
|
||||
rclone
|
||||
sops
|
||||
wget
|
||||
|
|
|
|||
|
|
@ -38,7 +38,8 @@
|
|||
# openssh.settings.X11Forwarding = true;
|
||||
};
|
||||
|
||||
virtualisation.docker = {
|
||||
virtualisation ={
|
||||
docker = {
|
||||
enable = true;
|
||||
logDriver = "journald";
|
||||
package = pkgs.docker_25;
|
||||
|
|
@ -51,6 +52,9 @@
|
|||
metrics-addr = "0.0.0.0:9323";
|
||||
};
|
||||
};
|
||||
|
||||
podman.enable = true;
|
||||
};
|
||||
virtualisation.waydroid.enable = true;
|
||||
|
||||
services.samba = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue