mailtngbert/modules/proxmox.nix

7 lines
168 B
Nix

{pkgs, config, lib, ... }: {
# relevant configuration for running this as lxc proxmox container
boot.isContainer = true;
boot.loader.initScript.enable = true;
}