Remove bitcoin
This commit is contained in:
parent
932e909003
commit
95b4b8dd55
4 changed files with 8 additions and 20 deletions
|
@ -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;
|
||||
|
||||
}
|
|
@ -14,7 +14,6 @@
|
|||
./wireguard.nix
|
||||
./cron.nix
|
||||
./firewall.nix
|
||||
./bitcoin.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
|
|
|
@ -25,6 +25,11 @@
|
|||
15636 # Enshrouded - Game
|
||||
15637 # Enshrouded - Query Port
|
||||
];
|
||||
interfaces.tailscale0 = {
|
||||
allowedTCPPorts = [
|
||||
3000 # Ride the Lightning
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
pkgs.lutris
|
||||
pkgs.vlc
|
||||
pkgs-unstable.vintagestory
|
||||
tor-browser
|
||||
onionshare
|
||||
onionshare-gui
|
||||
pkgs.tor-browser
|
||||
pkgs.onionshare
|
||||
pkgs.onionshare-gui
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
|
|
Loading…
Reference in a new issue