diff options
| author | Mel <mel@rnrd.eu> | 2026-04-25 22:52:18 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-04-25 22:52:18 +0200 |
| commit | c9f2260dc0414d451d551f8ffdf1f573e7be41ff (patch) | |
| tree | 888a926d89a60400429fb2387aacb36ca60ba7a9 | |
| parent | b43e872ce6ef7dcef4b22abaa3b8713ce87add2b (diff) | |
| download | network-c9f2260dc0414d451d551f8ffdf1f573e7be41ff.tar.zst network-c9f2260dc0414d451d551f8ffdf1f573e7be41ff.zip | |
Signed-off-by: Mel <mel@rnrd.eu>
| -rw-r--r-- | services/akkoma/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/services/akkoma/default.nix b/services/akkoma/default.nix index 3c0016e..8981c61 100644 --- a/services/akkoma/default.nix +++ b/services/akkoma/default.nix @@ -1,9 +1,8 @@ { pkgs, unstablePkgs, auxiliaryPkgs, ... }: let - inherit (pkgs) dockerTools; + inherit (pkgs) fedifetcher dockerTools; inherit (auxiliaryPkgs) common; - inherit (unstablePkgs) fedifetcher; akkomaLocalPort = 1111; akkomaDir = "/srv/akkoma"; |
