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;