From f0edc40e91d5b9b08ebc10c986b1e22de7d89576 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Tue, 3 Mar 2026 01:59:03 +0100 Subject: [PATCH] debug --- modules/base/network/network.nix | 1 - modules/hosts/computer-mo/configuration.nix | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/base/network/network.nix b/modules/base/network/network.nix index 6f5dfff..8020c09 100644 --- a/modules/base/network/network.nix +++ b/modules/base/network/network.nix @@ -1,7 +1,6 @@ { ... }: { flake.nixosModules.network = {lib, ... }:{ networking.firewall.enable = true; - networking.useDHCP = true; networking.networkmanager.enable = true; }; } diff --git a/modules/hosts/computer-mo/configuration.nix b/modules/hosts/computer-mo/configuration.nix index 461df19..308ae0e 100644 --- a/modules/hosts/computer-mo/configuration.nix +++ b/modules/hosts/computer-mo/configuration.nix @@ -3,8 +3,7 @@ flake.nixosModules.computer-mo = { imports = with inputs.self.nixosModules; [ base - home-manager - nix-settings + singledisk ]; }; }