Compare commits
2 commits
8cd3a19ed1
...
69278991fa
| Author | SHA1 | Date | |
|---|---|---|---|
| 69278991fa | |||
| 7203eb31a5 |
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
pkgs-unstable,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
@ -67,6 +66,7 @@
|
||||||
80
|
80
|
||||||
443
|
443
|
||||||
873 # rsyncd
|
873 # rsyncd
|
||||||
|
5055 # Seerr
|
||||||
5201 # iperf3
|
5201 # iperf3
|
||||||
8096 # Jellyfin
|
8096 # Jellyfin
|
||||||
15835 # Glance
|
15835 # Glance
|
||||||
|
|
@ -145,6 +145,7 @@
|
||||||
};
|
};
|
||||||
seerr = {
|
seerr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.unstable.seerr;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue