help
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user