service/initrd-ssh: cleanup

This commit is contained in:
Felix Buehler 2023-02-15 21:38:44 +01:00
parent e5d4c80aa2
commit 621020428d

View file

@ -2,7 +2,6 @@
{ config, lib, pkgs, ... }:
let
cfg = config.my.services.initrd-ssh;
domain = config.networking.domain;
in
{
options.my.services.initrd-ssh = with lib; {