tests: explicitly specify services to be sourced from self
See previous commit
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
instances = {
|
||||
sshd-test = {
|
||||
module.name = "@clan/sshd";
|
||||
module.input = "self";
|
||||
roles.server.machines."server".settings = {
|
||||
certificate.searchDomains = [ "example.com" ];
|
||||
hostKeys.rsa.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user