enable 1pass gui and docker socket for podman
This commit is contained in:
parent
f69efddb53
commit
9924c2e66c
1 changed files with 4 additions and 0 deletions
|
@ -120,9 +120,13 @@ in {
|
||||||
refreshSeries
|
refreshSeries
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# enable docker socket at /run/docker.sock
|
||||||
|
virtualisation.podman.dockerSocket.enable = true;
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
# 1Password cli
|
# 1Password cli
|
||||||
_1password.enable = true;
|
_1password.enable = true;
|
||||||
|
_1password-gui.enable = true;
|
||||||
|
|
||||||
# Mosh
|
# Mosh
|
||||||
mosh.enable = true;
|
mosh.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue