Separate LXC, VM and microvm configs (it's getting ugly, need to tidy things up soon)
This commit is contained in:
parent
44655068b8
commit
d48bfa332c
4 changed files with 19 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
|||
{ inputs, lib, config, microvm, ... }:
|
||||
let
|
||||
cfg = config.services.vm;
|
||||
cfg = config.services.micro_vm;
|
||||
in
|
||||
{
|
||||
options.services.vm = {
|
||||
options.services.micro_vm = {
|
||||
enable = lib.mkEnableOption "Enable NixOS microvm config";
|
||||
hostname = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue