The Blue Update #1
|
@ -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" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue