format and comments

This commit is contained in:
pazpi 2024-09-05 19:55:56 +02:00
parent c22caf7cef
commit b297bf2853
3 changed files with 15 additions and 19 deletions

View file

@ -1,8 +1,7 @@
{
lib,
config,
pkgs,
...
{ lib
, config
, pkgs
, ...
}:
with lib;
let

View file

@ -2,15 +2,12 @@
config,
lib,
pkgs,
inputs,
...
}:
let
cfg = config.my.virtualisation.proxmox;
in
{
options.my.virtualisation.proxmox = {
enable = lib.mkEnableOption "If this host is running inside Proxmox";