This commit is contained in:
iFargle 2023-11-26 11:02:01 +09:00
parent 4373c66988
commit f0e9a97145

View file

@ -29,13 +29,5 @@
# Set the networking hostname: # Set the networking hostname:
networking.hostName = "framework-server"; networking.hostName = "framework-server";
hardware = {
opengl = {
enable = true;
driSupport32Bit = true;
driSupport = true;
};
};
networking.firewall.allowedTCPPorts = [ 22 ]; networking.firewall.allowedTCPPorts = [ 22 ];
} }