nixos-config/containers/default-configuration.nix

8 lines
117 B
Nix
Raw Normal View History

2024-11-09 14:02:26 +00:00
{ system, ... }:
{
2024-10-28 09:51:44 +00:00
inherit system;
config = import ./default.nix;
autoStart = true;
privateNetwork = true;
2024-10-28 09:51:44 +00:00
}