[NixOS] Remove flags that don't work with agent for railbird-sf

This commit is contained in:
Your Name 2024-10-02 22:02:24 -06:00
parent 5757681ce0
commit a88018fe47

View File

@ -15,6 +15,7 @@
modules.postgres.enable = true;
services.k3s.role = "agent";
services.k3s.extraFlages = lib.mkForce ["--node-label nixos-nvidia-cdi=enabled"];
hardware.nvidia = {
powerManagement.enable = false;