mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-06-17 10:16:31 +05:30
refactor: update ssh module to use networking namespace
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.tnix.services.openssh;
|
||||
cfg = config.tnix.networking.openssh;
|
||||
in
|
||||
{
|
||||
options.tnix.services.openssh = {
|
||||
options.tnix.networking.openssh = {
|
||||
enable = mkEnableOption "Enable OpenSSH server";
|
||||
|
||||
ports = mkOption {
|
||||
|
||||
Reference in New Issue
Block a user