Changed option namespace for better compatibility
This commit is contained in:
parent
fe8045ee55
commit
8b25f46384
26 changed files with 407 additions and 232 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ config, lib, ... }:
|
||||
let
|
||||
cfg = config.lxcGuest;
|
||||
cfg = config.my.virtualisation.lxcGuest;
|
||||
in
|
||||
{
|
||||
options.lxcGuest = {
|
||||
options.my.virtualisation.lxcGuest = {
|
||||
enable = lib.mkEnableOption "NixOs inside LXC container";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue