mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
service/initrd-ssh: cleanup
This commit is contained in:
parent
e5d4c80aa2
commit
621020428d
1 changed files with 0 additions and 1 deletions
|
@ -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; {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue