WIP: per-machine kopia secrets.

Cleanup unused kopia VM config.
This commit is contained in:
2025-03-11 20:35:10 +00:00
parent 6165d4a2af
commit b294dd2851
12 changed files with 161 additions and 18 deletions

View File

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