Rename some hostnames

This commit is contained in:
Jimbo 2024-11-12 04:25:51 -05:00
parent bbf0696221
commit 17f2a16f48
51 changed files with 175 additions and 281 deletions

View file

@ -1,8 +1,10 @@
{ config, lib, ... }:
{ lib, ... }:
{
imports = [
./hardware
./boot
./disko
./hardware
./wireguard
# Apps and programs
../../../modules/system
@ -30,5 +32,4 @@
};
networking.hostName = "lacros";
networking.wireguard.interfaces."${config.ips.wgInt}".ips = [ "${config.ips.wgSpan}.18/24" ];
}