This commit is contained in:
parent
f161491a9c
commit
8e7f63af3e
2 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
{lib, config, modulesPath, ...}:
|
||||
let
|
||||
cfg = config.services.ct;
|
||||
cfg = config.services.lxc;
|
||||
in
|
||||
{
|
||||
options.services.ct = {
|
||||
options.services.lxc = {
|
||||
enable = lib.mkEnableOption "Enable LXC container config";
|
||||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue