removed k3s dependency

This commit is contained in:
2026-04-01 01:23:47 +02:00
parent e8875a1d5e
commit 8021d06ff3
3 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
{ lib, ... }:
{
imports = [ ../services/k3s-agent.nix ];
imports = [ ];
networking = {
hostName = lib.mkForce "cyper-node2";