diff options
| author | Fuwn <[email protected]> | 2024-09-22 15:20:16 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-22 15:20:16 -0700 |
| commit | c8ae1846c8769c397f396ba924fca7234126c2f0 (patch) | |
| tree | 395dfc7f10130234e5d786c4063b8345721616e8 /modules/core/networking/loopback.nix | |
| parent | core: move harware and software to desktop (diff) | |
| download | nixos-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.nix | 7 |
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 ]; - }; -} |