renamed network so that infinite recursion doesnt happen

This commit is contained in:
2026-07-06 20:01:17 +01:00
parent b8ac7247a5
commit a440aab9f1
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
core
hyprland
sddm
networking
network
];
in {
imports = modules;

View File

@@ -3,7 +3,7 @@
inputs,
...
}: {
flake.nixosModules.networking = {
flake.nixosModules.network = {
pkgs,
lib,
...