Remove bitcoin

This commit is contained in:
albert 2024-05-02 13:49:24 +09:00
parent 932e909003
commit 95b4b8dd55
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
4 changed files with 8 additions and 20 deletions

View file

@ -1,16 +0,0 @@
{ inputs, config, pkgs, username, ... }: {
import = [
inputs.nix-bitcoin.nixosModules.default
# Secure defaults
(inputs.nix-bitcoin + "/modules/presets/secure-node.nix")
];
nix-bitcoin = {
enable = true;
operator = username;
};
services.bitcoind.dataDir = "/Storage/bitcoind";
services.bitcoind.txindex = true;
}

View file

@ -14,7 +14,6 @@
./wireguard.nix ./wireguard.nix
./cron.nix ./cron.nix
./firewall.nix ./firewall.nix
./bitcoin.nix
]; ];
environment.systemPackages = [ environment.systemPackages = [

View file

@ -25,6 +25,11 @@
15636 # Enshrouded - Game 15636 # Enshrouded - Game
15637 # Enshrouded - Query Port 15637 # Enshrouded - Query Port
]; ];
interfaces.tailscale0 = {
allowedTCPPorts = [
3000 # Ride the Lightning
];
};
}; };
}; };
} }

View file

@ -6,9 +6,9 @@
pkgs.lutris pkgs.lutris
pkgs.vlc pkgs.vlc
pkgs-unstable.vintagestory pkgs-unstable.vintagestory
tor-browser pkgs.tor-browser
onionshare pkgs.onionshare
onionshare-gui pkgs.onionshare-gui
]; ];
programs.steam = { programs.steam = {