summary refs log tree commit diff stats
path: root/system/services/openssh/new_module.nix
blob: 878f9defe30128b8dca2d192581e49e02b596eb9 (plain) (blame)
1
2
3
4
5
6
7
{...} @ args: {
  disabledModules = ["services/networking/ssh/sshd.nix"];

  imports = [
    "${args.nixpkgs-unstable}/nixos/modules/services/networking/ssh/sshd.nix"
  ];
}