This commit is contained in:
Jana Dönszelmann 2026-01-02 22:04:37 +01:00
parent 1194a087a9
commit 08eb2d41db
No known key found for this signature in database
3 changed files with 1 additions and 3 deletions

View file

@ -1,6 +1,5 @@
{ {
pkgs, pkgs,
lib,
config, config,
... ...
}: }:

View file

@ -1,4 +1,4 @@
{ config, ... }: { ... }:
let let
port = 11002; port = 11002;
in in

View file

@ -56,7 +56,6 @@
{ {
pkgs, pkgs,
flakes, flakes,
config,
... ...
}: }:
let let