lmao
This commit is contained in:
parent
626bbbefd0
commit
09586796af
|
@ -1,6 +1,6 @@
|
||||||
{ config, lib, ... }:
|
{ config, lib, ... }:
|
||||||
with lib;
|
with lib;
|
||||||
let cfg = config.void.services.sakosite;
|
let cfg = config.void.server.services.sakosite;
|
||||||
in {
|
in {
|
||||||
options.void.server.services.sakosite = { enable = mkEnableOption false; };
|
options.void.server.services.sakosite = { enable = mkEnableOption false; };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue