add hostnames

This commit is contained in:
Julian Sutter 2023-01-24 14:09:21 -08:00
parent be72beac10
commit e95a2a524e
2 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,8 @@
{ config, lib, pkgs, modulesPath, ... }: { config, lib, pkgs, modulesPath, ... }:
{ {
networking.hostName = "aurora";
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ]; boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ]; boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ]; boot.kernelModules = [ "kvm-amd" ];

View file

@ -1,6 +1,8 @@
{ config, lib, pkgs, modulesPath, ... }: { { config, lib, pkgs, modulesPath, ... }: {
networking.hostName = "framework";
# CPU Stuff # CPU Stuff
hardware.cpu.amd.updateMicrocode = hardware.cpu.amd.updateMicrocode =