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, ... }: { config, lib, pkgs, ... }:
let let
cfg = config.my.services.initrd-ssh; cfg = config.my.services.initrd-ssh;
domain = config.networking.domain;
in in
{ {
options.my.services.initrd-ssh = with lib; { options.my.services.initrd-ssh = with lib; {