Undo the chromebox thing it ain't gonna work yall
This commit is contained in:
parent
c056a30383
commit
eff426b332
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware
|
./hardware
|
||||||
|
@ -23,10 +23,6 @@
|
||||||
../../../variables
|
../../../variables
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
dmidecode
|
|
||||||
];
|
|
||||||
|
|
||||||
networking.hostName = "lacros";
|
networking.hostName = "lacros";
|
||||||
networking.wireguard.interfaces."${config.ips.wgInt}".ips = [ "${config.ips.wgSpan}.18/24" ];
|
networking.wireguard.interfaces."${config.ips.wgInt}".ips = [ "${config.ips.wgSpan}.18/24" ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue