WIP: container config for kopia.

This commit is contained in:
2024-09-25 10:26:44 +01:00
parent e460d69ebb
commit 92a59e004a
4 changed files with 16 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
{ lib, ... }:
{
imports = [
];
boot.isContainer = true;
custom.tailscale.enable = false;
networking.useDHCP = lib.mkForce false;
}

View File

@@ -1,7 +0,0 @@
{
imports = [
];
custom.tailscale.enable = false;
proxmoxLXC.manageNetwork = true;
}