From c8ae1846c8769c397f396ba924fca7234126c2f0 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 22 Sep 2024 15:20:16 -0700 Subject: core: move kansai networking to desktop --- modules/core/networking/loopback.nix | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 modules/core/networking/loopback.nix (limited to 'modules/core/networking/loopback.nix') diff --git a/modules/core/networking/loopback.nix b/modules/core/networking/loopback.nix deleted file mode 100644 index 62e745e..0000000 --- a/modules/core/networking/loopback.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ config, ... }: -{ - boot = { - kernelModules = [ "v4l2loopback" ]; - extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ]; - }; -} -- cgit v1.2.3