resticprofile build works

This commit is contained in:
John Lancaster
2025-07-28 13:18:45 -05:00
parent 706e9ee95f
commit 9542980896
3 changed files with 102 additions and 0 deletions

View File

@@ -8,6 +8,14 @@
'';
matchBlocks = lib.mkMerge [
(lib.mkIf (config.profile == "personal") {
"ad-nix" = {
hostname = "192.168.1.201";
user = "appdaemon";
};
"docs" = {
hostname = "192.168.1.110";
user = "root";
};
"panoptes" = {
hostname = "192.168.1.107";
user = "panoptes";