[NixOS] railbird-sf is only an agent

This commit is contained in:
Your Name 2024-10-02 21:55:36 -06:00
parent 6c393b3837
commit 5757681ce0

View File

@ -14,11 +14,7 @@
boot.loader.systemd-boot.enable = true;
modules.postgres.enable = true;
# Enable OpenGL
hardware.opengl = {
enable = true;
driSupport32Bit = true;
};
services.k3s.role = "agent";
hardware.nvidia = {
powerManagement.enable = false;