nixos-config/config/hardware/mail-container.nix

8 lines
80 B
Nix
Raw Permalink Normal View History

2021-11-05 07:06:08 -07:00
{ config, lib, pkgs, ... }:
{
config = {
boot.isContainer = true;
};
2021-11-05 07:06:08 -07:00
}