mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Rename the namespace of the system-modules
This commit is contained in:
parent
61f32cb7ea
commit
06623cd93a
34 changed files with 162 additions and 153 deletions
|
|
@ -5,9 +5,9 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
options.myConfig.virtualisation.enable = lib.mkEnableOption "";
|
||||
options.custom.virtualisation.enable = lib.mkEnableOption "";
|
||||
|
||||
config = lib.mkIf config.myConfig.virtualisation.enable {
|
||||
config = lib.mkIf config.custom.virtualisation.enable {
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue