ssh user certs in home-manager
This commit is contained in:
@@ -47,10 +47,12 @@ in
|
||||
];
|
||||
|
||||
docker.enable = true;
|
||||
# ssh-new = {
|
||||
# certificates.enable = true;
|
||||
# host-scripts.enable = true;
|
||||
# };
|
||||
ssh-new = {
|
||||
certificates = {
|
||||
provisioner = "admin";
|
||||
user.enable = true;
|
||||
};
|
||||
};
|
||||
# ssh = {
|
||||
# matchSets = {
|
||||
# certs = true;
|
||||
|
||||
Reference in New Issue
Block a user