podman things
parent
26ce2814e1
commit
f3ea72d224
|
@ -92,6 +92,10 @@
|
||||||
".local/share/Steam"
|
".local/share/Steam"
|
||||||
".local/share/SuperCollider"
|
".local/share/SuperCollider"
|
||||||
".local/share/TelegramDesktop"
|
".local/share/TelegramDesktop"
|
||||||
|
{
|
||||||
|
directory = ".local/share/containers";
|
||||||
|
method = "symlink";
|
||||||
|
}
|
||||||
".local/share/dino"
|
".local/share/dino"
|
||||||
".local/share/direnv"
|
".local/share/direnv"
|
||||||
".local/share/gopass/stores"
|
".local/share/gopass/stores"
|
||||||
|
|
|
@ -183,6 +183,14 @@
|
||||||
"adbusers"
|
"adbusers"
|
||||||
"video"
|
"video"
|
||||||
];
|
];
|
||||||
|
subUidRanges = [{
|
||||||
|
startUid = 100000;
|
||||||
|
count = 65536;
|
||||||
|
}];
|
||||||
|
subGidRanges = [{
|
||||||
|
startGid = 100000;
|
||||||
|
count = 65536;
|
||||||
|
}];
|
||||||
initialHashedPassword =
|
initialHashedPassword =
|
||||||
"$6$tzMk5I1KZlx7byaO$BvlSz7Cgo1g09e4RpxAjrZEuCptzjibF8nDWDfnOImTbz61Py/qzATDAa7HwAC3JyiZxb.2slTb.vA.f25ypd1";
|
"$6$tzMk5I1KZlx7byaO$BvlSz7Cgo1g09e4RpxAjrZEuCptzjibF8nDWDfnOImTbz61Py/qzATDAa7HwAC3JyiZxb.2slTb.vA.f25ypd1";
|
||||||
};
|
};
|
||||||
|
@ -234,8 +242,8 @@
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
docker.enable = true;
|
docker.enable = true;
|
||||||
podman = {
|
podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultNetwork.dnsname.enable = true;
|
defaultNetwork.dnsname.enable = true;
|
||||||
};
|
};
|
||||||
libvirtd.enable = true;
|
libvirtd.enable = true;
|
||||||
spiceUSBRedirection.enable = true;
|
spiceUSBRedirection.enable = true;
|
||||||
|
|
Loading…
Reference in New Issue