nixos-config/machines/vpn/hardware-configuration.nix

11 lines
122 B
Nix
Raw Normal View History

2022-09-07 22:59:08 +02:00
{ config
, lib
, pkgs
, modulesPath
, ...
}: {
imports = [
(modulesPath + "/virtualisation/proxmox-lxc.nix")
];
}