refactor: system -> systemConfig

This commit is contained in:
arcnmx 2024-06-23 10:06:36 -07:00
parent 512b1fc75b
commit 45705650bb
31 changed files with 127 additions and 131 deletions

View file

@ -1,5 +1,5 @@
{
system,
systemConfig,
gensokyo-zone,
lib,
modulesPath,
@ -8,7 +8,7 @@
inherit (gensokyo-zone.lib) unmerged;
inherit (lib.modules) mkIf mkMerge mkDefault;
inherit (lib.attrsets) mapAttrsToList;
inherit (system) proxmox;
inherit (systemConfig) proxmox;
in {
imports = [
(modulesPath + "/virtualisation/proxmox-lxc.nix")