mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-15 01:20:42 +08:00
9 lines
120 B
Nix
9 lines
120 B
Nix
inputs:
|
|
{
|
|
config =
|
|
{
|
|
services.envfs.enable = true;
|
|
environment.variables.ENVFS_RESOLVE_ALWAYS = "1";
|
|
};
|
|
}
|