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

@@ -1,7 +1,12 @@
{ pkgs, ... }:
{
imports = [
../../common/global
../../common/lxc-node.nix
../../common/container-node.nix
];
networking.hostName = "kopia";
environment.systemPackages = with pkgs; [
kopia
];
}