WIP: container config for kopia.
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../common/global
|
||||
../../common/lxc-node.nix
|
||||
../../common/container-node.nix
|
||||
];
|
||||
networking.hostName = "kopia";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
kopia
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user