summaryrefslogtreecommitdiff
path: root/modules/core/networking/loopback.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-22 15:20:16 -0700
committerFuwn <[email protected]>2024-09-22 15:20:16 -0700
commitc8ae1846c8769c397f396ba924fca7234126c2f0 (patch)
tree395dfc7f10130234e5d786c4063b8345721616e8 /modules/core/networking/loopback.nix
parentcore: move harware and software to desktop (diff)
downloadnixos-config-c8ae1846c8769c397f396ba924fca7234126c2f0.tar.xz
nixos-config-c8ae1846c8769c397f396ba924fca7234126c2f0.zip
core: move kansai networking to desktop
Diffstat (limited to 'modules/core/networking/loopback.nix')
-rw-r--r--modules/core/networking/loopback.nix7
1 files changed, 0 insertions, 7 deletions
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 ];
- };
-}