add hostnames
This commit is contained in:
parent
be72beac10
commit
e95a2a524e
2 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
|
||||
{
|
||||
networking.hostName = "aurora";
|
||||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
|
||||
{ config, lib, pkgs, modulesPath, ... }: {
|
||||
|
||||
networking.hostName = "framework";
|
||||
|
||||
# CPU Stuff
|
||||
|
||||
hardware.cpu.amd.updateMicrocode =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue