From c1d9af57156f3c95590d9a12c394ee064df9696e Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 20 Dec 2025 15:25:38 +0100 Subject: added disko config for laptop, added storage and memory modules --- sys/core/networking.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/core/networking.nix') 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 = { -- cgit v1.3