[NixOS] Remove flags that don't work with agent for railbird-sf
This commit is contained in:
parent
5757681ce0
commit
a88018fe47
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user