1
0
Fork 0
forked from Bun/nixos-config

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,19 +0,0 @@
{ ... }:
{
imports = [
./boot
./disko
./hardware
../../modules/system
];
system.lanzaboote.enable = true;
system.wireless.enable = false;
system.wireguard.client.enable = false;
system.video.nvidia.enable = true;
system.libvirtd.enable = true;
environment.sessionVariables.NIXOS_OZONE_WL = "1";
networking.hostName = "firefly";
}