Undo the chromebox thing it ain't gonna work yall

This commit is contained in:
Jimbo 2024-10-18 19:54:52 -04:00
parent c056a30383
commit eff426b332

View file

@ -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" ];
}