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

11 lines
124 B
Nix
Raw Normal View History

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