From 644e3f68a32a70eccc6ee4e49acd8632a16c03a6 Mon Sep 17 00:00:00 2001 From: alisceon Date: Mon, 29 Sep 2025 18:03:24 +0200 Subject: [PATCH] libs in my cfg --- hosts/tesla-nixos/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index 5e9cde7..3b548f6 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, lib, ... }: { security.sudo.wheelNeedsPassword = false; @@ -61,7 +61,7 @@ }; # Guest (inside the nspawn container) - config = { pkgs, ... }: { + config = { pkgs, lib, ... }: { networking.hostName = "ci-nspawn"; time.timeZone = "UTC"; # Docker daemon inside the container