stupid router is stupid
This commit is contained in:
parent
ff5220a78e
commit
94968cf86a
2 changed files with 2 additions and 2 deletions
|
|
@ -57,6 +57,8 @@ in {
|
||||||
networking.useDHCP = lib.mkDefault true;
|
networking.useDHCP = lib.mkDefault true;
|
||||||
# networking.interfaces.enp5s0.useDHCP = lib.mkDefault true;
|
# networking.interfaces.enp5s0.useDHCP = lib.mkDefault true;
|
||||||
|
|
||||||
|
networking.networkmanager.insertNameservers = ["192.168.1.2"];
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -184,8 +184,6 @@ in {
|
||||||
|
|
||||||
services.prometheus.exporters.node.enable = true;
|
services.prometheus.exporters.node.enable = true;
|
||||||
|
|
||||||
networking.networkmanager.insertNameservers = ["192.168.1.2"];
|
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
image = ../images/demonslayer.png;
|
image = ../images/demonslayer.png;
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue