winboat/bottles, flake up

This commit is contained in:
tulg 2026-05-18 16:02:54 +03:00
parent 2960c1fe90
commit 157eb28a5e
6 changed files with 68 additions and 41 deletions

View file

@ -13,6 +13,8 @@
amdgpu_top
rclone
crosspipe
iperf3
pciutils
];
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = ["nix-command" "flakes"];

View file

@ -7,6 +7,8 @@
autossh
btop
wget
iperf3
pciutils
];
services.openssh = {
enable = true;

View file

@ -19,7 +19,7 @@
# These options set up a nginx HTTPS reverse proxy, so you can access
# Jellyfin on your domain with HTTPS
expose.https = {
enable = true;
enable = false;
domainName = "your.domain.com";
acmeMail = "your@email.com"; # Required for ACME-bot
};

View file

@ -13,6 +13,7 @@
25566
25567
25568
5201
];
zomboidUdpPorts = [
@ -29,6 +30,7 @@
16271
16272
52015
5201
];
in {
boot.kernelModules = ["tun"];