This commit is contained in:
2026-03-03 01:59:03 +01:00
parent 82468ee9f5
commit f0edc40e91
2 changed files with 1 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
{ ... }: { { ... }: {
flake.nixosModules.network = {lib, ... }:{ flake.nixosModules.network = {lib, ... }:{
networking.firewall.enable = true; networking.firewall.enable = true;
networking.useDHCP = true;
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
}; };
} }

View File

@@ -3,8 +3,7 @@
flake.nixosModules.computer-mo = { flake.nixosModules.computer-mo = {
imports = with inputs.self.nixosModules; [ imports = with inputs.self.nixosModules; [
base base
home-manager singledisk
nix-settings
]; ];
}; };
} }