From 6ab209cd5ea90df5a5f815243c97507aace30873 Mon Sep 17 00:00:00 2001 From: poslop Date: Thu, 23 Jul 2026 11:15:51 -0500 Subject: [PATCH] k3s into configuration for goyplex --- hosts/goyplex-vm/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/goyplex-vm/configuration.nix b/hosts/goyplex-vm/configuration.nix index afc18d7..ec77758 100644 --- a/hosts/goyplex-vm/configuration.nix +++ b/hosts/goyplex-vm/configuration.nix @@ -4,6 +4,7 @@ imports = [ ./hardware-configuration.nix ../../modules + ../../modules/k3s/k3s.nix ]; boot.loader.systemd-boot.enable = true;