aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/pub/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/pub/default.nix')
-rw-r--r--nixops/modules/pub/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/pub/default.nix b/nixops/modules/pub/default.nix
index f566e69..cdc68db 100644
--- a/nixops/modules/pub/default.nix
+++ b/nixops/modules/pub/default.nix
@@ -1,4 +1,4 @@
1{ lib, pkgs, config, myconfig, mylibs, ... }: 1{ lib, pkgs, config, myconfig, ... }:
2{ 2{
3 options = { 3 options = {
4 services.pub.enable = lib.mkOption { 4 services.pub.enable = lib.mkOption {