host/nix: remove wd2 registry

This commit is contained in:
Dmitriy Pleshevskiy 2023-04-03 17:32:20 +03:00
parent d885a8baa9
commit 89a8637e0e
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ in
(lib.mkIf cfg.enableMyRegistry {
templates = mkRegistry "tmpl" "${gitple}/mynix/templates";
tools = mkRegistry "tools" "${gitple}/mynix/tools";
tools_wd2 = mkRegistry "wd2" "${gitple}/pleshevskiy/wd2";
})
];
};