pinwheel: Move openssh service to ssh module
This commit is contained in:
@@ -104,16 +104,6 @@
|
|||||||
liberation_ttf
|
liberation_ttf
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable the OpenSSH daemon.
|
|
||||||
services.openssh = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
hostKeys = [{
|
|
||||||
path = "/etc/ssh/pinwheel";
|
|
||||||
type = "ed25519";
|
|
||||||
}];
|
|
||||||
};
|
|
||||||
|
|
||||||
config-manager.flakePath = "/home/alex/config";
|
config-manager.flakePath = "/home/alex/config";
|
||||||
|
|
||||||
mod = {
|
mod = {
|
||||||
|
|||||||
@@ -68,4 +68,13 @@
|
|||||||
group = "users";
|
group = "users";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.openssh = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
hostKeys = [{
|
||||||
|
path = "/etc/ssh/pinwheel";
|
||||||
|
type = "ed25519";
|
||||||
|
}];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user