about summary refs log tree commit diff
path: root/static.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-01-02 02:36:25 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-01-02 02:52:17 +0900
commitf0bdbb1caff9e072c8f3dea73ff25986c3a05718 (patch)
tree63065072578b204b2c20fd0ea4c24bc8114a565a /static.nix
parent431494d2e7d4dd14a550f06e31a1d0e28c30fef8 (diff)
downloadnixos-conf-f0bdbb1caff9e072c8f3dea73ff25986c3a05718.tar.gz
Serve ntfy
Diffstat (limited to 'static.nix')
-rw-r--r--static.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/static.nix b/static.nix
index b1f736e..2f794fa 100644
--- a/static.nix
+++ b/static.nix
@@ -16,7 +16,7 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with loang configuration.  If not, see <https://www.gnu.org/licenses/>.
 
-{ config, lib, ... }:
+{ config, lib, pkgs, ... }:
 let
   certs = config.security.acme.certs.${domain};
   domain = config.networking.domain;