sombrero: Move ppp.pm-site import into ppp.pm-site module

This commit is contained in:
Alexander Heldt
2023-11-14 09:06:57 +01:00
parent 45e4c32dca
commit 4d1b185f7f
2 changed files with 3 additions and 2 deletions

View File

@@ -1,10 +1,12 @@
{ lib, config, ... }:
{ inputs, lib, config, ... }:
let
enabled = config.mod.pppdotpm-site.enable;
nginxEnabled = config.mod.nginx.enable;
in
{
imports = [ inputs.pppdotpm-site.nixosModules.default ];
options = {
mod.pppdotpm-site = {
enable = lib.mkEnableOption "enable ppp.pm site";