This commit is contained in:
parent
5f644d0ccd
commit
a394b9cefd
167 changed files with 2795 additions and 2122 deletions
|
@ -2,10 +2,12 @@
|
|||
config,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
}:
|
||||
let
|
||||
cfg = config.services.my-nix-serve;
|
||||
in {
|
||||
imports = [../nginx-base];
|
||||
in
|
||||
{
|
||||
imports = [ ../nginx-base ];
|
||||
options.services.my-nix-serve = {
|
||||
domain = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue