adjusted workvm configuration
This commit is contained in:
parent
08f6189869
commit
21774ac23a
36 changed files with 466 additions and 326 deletions
|
@ -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.
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue