base/borg-config: fix scope of hostName var

This commit is contained in:
2025-09-12 21:10:35 -07:00
parent a7f883746c
commit d55a92b5e2

View File

@@ -200,7 +200,7 @@ in
labels = {
app = "borgmatic";
config = "remote";
hostname = "${networking.hostName}";
hostname = "${config.networking.hostName}";
};
};