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