...depot, without readtree

This commit is contained in:
kat witch 2021-08-09 02:18:12 +01:00
parent d8b3918a8f
commit fbaacf54ed
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
15 changed files with 42 additions and 46 deletions

View file

@ -1,4 +1,4 @@
{ lib, config, profiles, ... }: with lib; {
{ depot, lib, config, ... }: with lib; {
config = {
deploy.targets.infra = {
tf = {
@ -15,7 +15,7 @@ config = {
network.nodes.athame = {
imports = lib.hostImport {
hostName = "athame";
inherit profiles;
inherit (depot) profiles;
};
networking = {
hostName = "athame";