format and comments
This commit is contained in:
parent
c22caf7cef
commit
b297bf2853
3 changed files with 15 additions and 19 deletions
|
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
{ lib
|
||||
, config
|
||||
, pkgs
|
||||
, ...
|
||||
}:
|
||||
with lib;
|
||||
let
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue