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

15
hosts/extern/default.nix vendored Normal file
View file

@ -0,0 +1,15 @@
{ ... }:
{
imports = [
./boot
./disko
./hardware
./wireguard
../../modules/system
];
system.lanzaboote.enable = true;
system.video.nvidia.enable = true;
networking.hostName = "extern";
}