winboat/bottles, flake up
This commit is contained in:
parent
2960c1fe90
commit
157eb28a5e
6 changed files with 68 additions and 41 deletions
|
|
@ -13,6 +13,8 @@
|
|||
amdgpu_top
|
||||
rclone
|
||||
crosspipe
|
||||
iperf3
|
||||
pciutils
|
||||
];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
autossh
|
||||
btop
|
||||
wget
|
||||
iperf3
|
||||
pciutils
|
||||
];
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
25566
|
||||
25567
|
||||
25568
|
||||
5201
|
||||
];
|
||||
|
||||
zomboidUdpPorts = [
|
||||
|
|
@ -29,6 +30,7 @@
|
|||
16271
|
||||
16272
|
||||
52015
|
||||
5201
|
||||
];
|
||||
in {
|
||||
boot.kernelModules = ["tun"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue