ma omo,x.r: disable ipv6 until studio-link issue is resolved
This commit is contained in:
parent
2f244cf3a8
commit
4ba18c6d2a
@ -26,6 +26,10 @@ in {
|
||||
# <stockholm/makefu/2configs/disable_v6.nix>
|
||||
#<stockholm/makefu/2configs/graphite-standalone.nix>
|
||||
#<stockholm/makefu/2configs/share-user-sftp.nix>
|
||||
|
||||
<stockholm/makefu/2configs/urlwatch>
|
||||
<stockholm/makefu/2configs/legacy_only.nix>
|
||||
|
||||
<stockholm/makefu/2configs/share/omo.nix>
|
||||
<stockholm/makefu/2configs/dcpp/airdcpp.nix>
|
||||
{ krebs.airdcpp.dcpp.shares = let
|
||||
@ -125,16 +129,16 @@ in {
|
||||
|
||||
zramSwap.enable = true;
|
||||
|
||||
krebs.Reaktor.reaktor-shack = {
|
||||
nickname = "Reaktor|shack";
|
||||
workdir = "/var/lib/Reaktor/shack";
|
||||
channels = [ "#shackspace" ];
|
||||
plugins = with pkgs.ReaktorPlugins;
|
||||
[ shack-correct
|
||||
# stockholm-issue
|
||||
sed-plugin
|
||||
random-emoji ];
|
||||
};
|
||||
#krebs.Reaktor.reaktor-shack = {
|
||||
# nickname = "Reaktor|shack";
|
||||
# workdir = "/var/lib/Reaktor/shack";
|
||||
# channels = [ "#shackspace" ];
|
||||
# plugins = with pkgs.ReaktorPlugins;
|
||||
# [ shack-correct
|
||||
# # stockholm-issue
|
||||
# sed-plugin
|
||||
# random-emoji ];
|
||||
#};
|
||||
#krebs.Reaktor.reaktor-bgt = {
|
||||
# nickname = "Reaktor|bgt";
|
||||
# workdir = "/var/lib/Reaktor/bgt";
|
||||
|
@ -19,7 +19,9 @@
|
||||
<stockholm/makefu/2configs/tools/all.nix>
|
||||
{ programs.adb.enable = true; }
|
||||
|
||||
{ systemd.services.docker.wantedBy = lib.mkForce []; }
|
||||
<stockholm/makefu/2configs/dict.nix>
|
||||
<stockholm/makefu/2configs/legacy_only.nix>
|
||||
#<stockholm/makefu/3modules/netboot_server.nix>
|
||||
#{
|
||||
# netboot_server = {
|
||||
|
8
makefu/2configs/legacy_only.nix
Normal file
8
makefu/2configs/legacy_only.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ networking.enableIPv6 = false;
|
||||
boot.kernel.sysctl = {
|
||||
"net.ipv6.conf.all.disable_ipv6" = 1;
|
||||
"net.ipv6.conf.default.disable_ipv6" = 1;
|
||||
"net.ipv6.conf.lo.disable_ipv6" = 1;
|
||||
};
|
||||
boot.kernelParams = [ "ipv6.disable=1" ];
|
||||
}
|
Loading…
Reference in New Issue
Block a user