clean up
This commit is contained in:
parent
60b7f07866
commit
a6b000fd82
@ -1,6 +1,4 @@
|
|||||||
{
|
{
|
||||||
plugins.web-devicons.enable
|
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./defaultGtk.nix
|
./defaultGtk.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
@ -9,7 +7,6 @@
|
|||||||
./nixvim/nixvim.nix
|
./nixvim/nixvim.nix
|
||||||
./stylix.nix
|
./stylix.nix
|
||||||
# ./gammastep.nix
|
# ./gammastep.nix
|
||||||
./vscode.nix
|
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
./helix.nix
|
./helix.nix
|
||||||
];
|
];
|
||||||
|
@ -1,7 +1,12 @@
|
|||||||
{
|
{
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
plugins = {
|
||||||
|
web-devicons.enable = true;
|
||||||
|
which-key.enable = true;
|
||||||
|
gitsigns.enable = true;
|
||||||
|
trouble.enable = true;
|
||||||
|
};
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
# Color schemes managed by stylix! :D
|
# Color schemes managed by stylix! :D
|
||||||
|
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
networking.firewall = {
|
|
||||||
allowedTCPPorts = [ 21614 ];
|
|
||||||
allowedUDPPorts = [ 21614 ];
|
|
||||||
};
|
|
||||||
}
|
|
@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
|
|
||||||
imports = [
|
|
||||||
./outTunnels.nix
|
|
||||||
./protocols.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
services.i2pd = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
bandwidth = 912; # change to your ethernet speed.
|
|
||||||
port = 21614; # add your OWN port!! AND DONT SHARE IT!!
|
|
||||||
|
|
||||||
upnp.enable = true;
|
|
||||||
upnp.name = "onion";
|
|
||||||
|
|
||||||
|
|
||||||
};
|
|
||||||
}
|
|
@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
|
|
||||||
services.i2pd.outTunnels = {
|
|
||||||
|
|
||||||
MinecraftServer = {
|
|
||||||
enable = true;
|
|
||||||
address = "127.0.0.1";
|
|
||||||
port = 25565;
|
|
||||||
destination = "abnrfgqqsoy6d3dlc7dzq64c5uir5vd7hxy7s7weo6qvmzigf34a.b32.i2p";
|
|
||||||
keys = "i2pcraft.dat";
|
|
||||||
};
|
|
||||||
|
|
||||||
IRC = {
|
|
||||||
enable = true;
|
|
||||||
address = "127.0.0.1";
|
|
||||||
port = 6669;
|
|
||||||
destination = "ckkpssingzjiaqtrfakkjybu2y4fxuo6chvraxg575lcrh3nvu4a.b32.i2p";
|
|
||||||
destinationPort = 6667;
|
|
||||||
keys = "irc-client-key.dat";
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
|
|
||||||
services.i2pd.proto = {
|
|
||||||
http = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
httpProxy = {
|
|
||||||
enable = true;
|
|
||||||
outproxy = "purokishi.i2p";
|
|
||||||
};
|
|
||||||
socksProxy = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
sam = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
@ -4,10 +4,6 @@
|
|||||||
./pipewire.nix
|
./pipewire.nix
|
||||||
./auto-cpufreq.nix
|
./auto-cpufreq.nix
|
||||||
./zerotierone.nix
|
./zerotierone.nix
|
||||||
# ./docker.nix
|
|
||||||
# ./zram.nix
|
|
||||||
# ./firewall.nix
|
|
||||||
./privoxy.nix
|
./privoxy.nix
|
||||||
# ./i2p/i2p.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
services.zerotierone = {
|
|
||||||
enable = true;
|
|
||||||
joinNetworks = [
|
|
||||||
"272f5eae16114dee" # it's private.
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
zramSwap = {
|
|
||||||
enable = true;
|
|
||||||
algorithm = "lz4";
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user