mailtngbert/modules/proxmox.nix

7 lines
168 B
Nix
Raw Permalink Normal View History

2022-02-24 22:28:59 +01:00
{pkgs, config, lib, ... }: {
# relevant configuration for running this as lxc proxmox container
boot.isContainer = true;
boot.loader.initScript.enable = true;
}