podman things

feat/kile-v2
Ricard Illa 2023-01-21 16:01:59 +01:00
parent 26ce2814e1
commit f3ea72d224
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
2 changed files with 14 additions and 2 deletions

View File

@ -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"

View File

@ -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;