libs in my cfg

This commit is contained in:
alisceon 2025-09-29 18:03:24 +02:00
parent 8d8614bb8a
commit 644e3f68a3

View file

@ -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