change podman storage dir
This commit is contained in:
@@ -34,6 +34,8 @@ in
|
|||||||
"qtwebkit-5.212.0-alpha4"
|
"qtwebkit-5.212.0-alpha4"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.tailscale.enable = true;
|
||||||
|
|
||||||
services.nfs.server = {
|
services.nfs.server = {
|
||||||
enable = true;
|
enable = true;
|
||||||
exports = ''
|
exports = ''
|
||||||
@@ -60,7 +62,7 @@ in
|
|||||||
#"192.168.1.165" = [ "walruslab.org" ];
|
#"192.168.1.165" = [ "walruslab.org" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.netbird.enable = true;
|
services.netbird.enable = false;
|
||||||
|
|
||||||
# Enable NAT so the container can reach the Debian repos
|
# Enable NAT so the container can reach the Debian repos
|
||||||
networking.nat = {
|
networking.nat = {
|
||||||
|
|||||||
@@ -150,4 +150,5 @@ with pkgs;
|
|||||||
kubevirt
|
kubevirt
|
||||||
|
|
||||||
bubblewrap
|
bubblewrap
|
||||||
|
pv-migrate
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -4,6 +4,14 @@
|
|||||||
{
|
{
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
containers.enable = true;
|
containers.enable = true;
|
||||||
|
containers.storage.settings = {
|
||||||
|
storage = {
|
||||||
|
driver = "overlay";
|
||||||
|
graphroot = "/mnt/ssd1/podman";
|
||||||
|
rootless_storage_path = "/mnt/ssd1/podman";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
podman = {
|
podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dockerCompat = true;
|
dockerCompat = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user