archachatina: disable nix-serve
This commit is contained in:
parent
ef97ddd8e4
commit
0c106f5c46
@ -64,11 +64,11 @@
|
|||||||
|
|
||||||
hardware.opengl.driSupport32Bit = true;
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
|
||||||
services.nix-serve = {
|
# services.nix-serve = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
secretKeyFile = "/etc/nix-serve/secret.key";
|
# secretKeyFile = "/etc/nix-serve/secret.key";
|
||||||
};
|
# };
|
||||||
networking.firewall.allowedTCPPorts = [ config.services.nix-serve.port ];
|
# networking.firewall.allowedTCPPorts = [ config.services.nix-serve.port ];
|
||||||
|
|
||||||
services.openssh.forwardX11 = true;
|
services.openssh.forwardX11 = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user