Distribute secrets to machine configs

This commit is contained in:
2025-03-21 21:45:08 +01:00
parent 3f68d344d1
commit 136dd36b8c
5 changed files with 28 additions and 18 deletions

View File

@ -51,6 +51,15 @@ in
];
mandatoryFeatures = [ ];
}
# {
# hostName = "localhost";
# protocol = null;
# systems = [
# "x86_64-linux"
# ];
# maxJobs = 4;
# speedFactor = 1;
# }
];
};
}