This commit is contained in:
2024-10-18 10:04:20 -05:00
parent 29a01705c3
commit a11206680a
8 changed files with 75 additions and 73 deletions

View File

@@ -1,9 +1,10 @@
{ lib, pkgs, core_inputs, ... }: {
{ config, lib, pkgs, core_inputs, ... }: {
imports = [
./generic
./laptop
./homebox
./hardware-configuration.nix
];
sysconfig.laptop.enable = lib.mkDefault false;
@@ -11,7 +12,6 @@
sysconfig.generic.enable = lib.mkDefault true;
networking = {
hostName = core_inputs.host;
nameservers = [ "1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one" ];
networkmanager.enable = true;
};