pinwheel: Move openssh service to ssh module
This commit is contained in:
@@ -68,4 +68,13 @@
|
||||
group = "users";
|
||||
};
|
||||
};
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
||||
hostKeys = [{
|
||||
path = "/etc/ssh/pinwheel";
|
||||
type = "ed25519";
|
||||
}];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user