Remove IPs var

This commit is contained in:
Bun 2025-03-18 06:43:05 -04:00
parent f565ee792e
commit 95623413ca
6 changed files with 10 additions and 26 deletions

View file

@ -1,9 +1,6 @@
{ config, ... }:
{
imports = [
./ips
./wireless
];
imports = [ ./wireless ];
networking = {
wireless.enable = false;