From 1508e6a45c6daf78354e853c59568334821b2dbd Mon Sep 17 00:00:00 2001 From: Victor Date: Sun, 17 Oct 2021 23:34:40 +0200 Subject: [PATCH] fix k3s deployment --- hosts/k3s/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/k3s/configuration.nix b/hosts/k3s/configuration.nix index 6a9bd9b..5fa03fa 100644 --- a/hosts/k3s/configuration.nix +++ b/hosts/k3s/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, lib, ... }: { imports = [