libs in my cfg
This commit is contained in:
parent
8d8614bb8a
commit
644e3f68a3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue