diff options
Diffstat (limited to 'sys/core/networking.nix')
| -rw-r--r-- | sys/core/networking.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/core/networking.nix b/sys/core/networking.nix index aa8e606..314feb7 100644 --- a/sys/core/networking.nix +++ b/sys/core/networking.nix @@ -1,10 +1,9 @@ { config, lib, ... }: let - cfg = config.szpont.sys.core.network; + cfg = config.sys.core.network; in { - options.szpont.sys.core.network.enable = lib.mkEnableOption "system-wide networking setup"; - + options.sys.core.network.enable = lib.mkEnableOption "system-wide networking setup"; config = lib.mkIf cfg.enable { networking = { networkmanager = { |
