Skip to content

Commit

Permalink
pull-in configs from @wrmilling
Browse files Browse the repository at this point in the history
Signed-off-by: billimek <[email protected]>
  • Loading branch information
billimek committed Oct 30, 2024
1 parent 54a692e commit 8bc1405
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion hosts/common/optional/k3s-agent.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ in
extraFlags = ''--node-label "k3s-upgrade=false"''; # Optionally add additional args to k3s
};

environment.systemPackages = [ pkgs.unstable.k3s_1_28 ];
environment.systemPackages = [ pkgs.unstable.k3s_1_30 ];

# https://rook.io/docs/rook/latest-release/Getting-Started/Prerequisites/prerequisites/#nixos
systemd.services.containerd.serviceConfig = {
LimitNOFILE = lib.mkForce null;
};

programs.nbd.enable = true;

# create symlink from /run/current-system/sw/bin/test to /usr/bin/test for kured to work
system.activationScripts.test = ''
Expand Down

0 comments on commit 8bc1405

Please sign in to comment.