Compare commits
No commits in common. "3b3e6d4641f583af3ff1d32b028f11b0a8bfc4ec" and "f940982b4096cd229770c1a2233f3e7c45b449e4" have entirely different histories.
3b3e6d4641
...
f940982b40
|
@ -34,8 +34,5 @@
|
||||||
"nrb" = "sudo nixos-rebuild switch --flake /etc/nixos";
|
"nrb" = "sudo nixos-rebuild switch --flake /etc/nixos";
|
||||||
"vmr" = "rm ~/.ssh/known_hosts; ssh root@10.0.0.1";
|
"vmr" = "rm ~/.ssh/known_hosts; ssh root@10.0.0.1";
|
||||||
};
|
};
|
||||||
shellAliases = {
|
|
||||||
"fucking" = "sudo";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -177,9 +177,6 @@ in {
|
||||||
download-queue-enabled = false;
|
download-queue-enabled = false;
|
||||||
|
|
||||||
rpc-authentication-required = false;
|
rpc-authentication-required = false;
|
||||||
rpc-bind-address = "0.0.0.0";
|
|
||||||
rpc-host-whitelist = builtins.concatStringsSep "," [host "127.0.0.1" "10.0.101.10" "10.0.${toString vm-index}.254"];
|
|
||||||
rpc-whitelist = builtins.concatStringsSep "," [host "127.0.0.1" "10.0.101.10" "10.0.${toString vm-index}.254"];
|
|
||||||
};
|
};
|
||||||
downloadDirPermissions = "775";
|
downloadDirPermissions = "775";
|
||||||
performanceNetParameters = true;
|
performanceNetParameters = true;
|
||||||
|
|
Loading…
Reference in a new issue