From eff426b33256ee0b2f12fa71f06a24f23dc763db Mon Sep 17 00:00:00 2001 From: Jimbo Date: Fri, 18 Oct 2024 19:54:52 -0400 Subject: [PATCH] Undo the chromebox thing it ain't gonna work yall --- hosts/lacros/system/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/lacros/system/default.nix b/hosts/lacros/system/default.nix index 1836612..8ceb231 100644 --- a/hosts/lacros/system/default.nix +++ b/hosts/lacros/system/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, ... }: { imports = [ ./hardware @@ -23,10 +23,6 @@ ../../../variables ]; - environment.systemPackages = with pkgs; [ - dmidecode - ]; - networking.hostName = "lacros"; networking.wireguard.interfaces."${config.ips.wgInt}".ips = [ "${config.ips.wgSpan}.18/24" ]; }