mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-23 17:35:38 +02:00
service/initrd-ssh: cleanup
This commit is contained in:
parent
e5d4c80aa2
commit
621020428d
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue