adjusted workvm configuration

This commit is contained in:
christoph.hollizeck 2024-03-26 22:05:03 +01:00
parent 16770c5d67
commit 69e1940191
36 changed files with 466 additions and 326 deletions

View file

@ -1,5 +1,4 @@
{ lib, ... }:
{lib, ...}:
with lib; rec {
## Create a NixOS module option.
##
@ -9,7 +8,7 @@ with lib; rec {
##
#@ Type -> Any -> String
mkOpt = type: default: description:
mkOption { inherit type default description; };
mkOption {inherit type default description;};
## Create a NixOS module option without a description.
##