nix: rename host pluto to twinkpad

This commit is contained in:
Nico 2025-05-03 16:16:02 +10:00
parent 1519a011a3
commit 5be174d713
3 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,8 @@
{ config, lib, pkgs, ... }:
{
networking.hostName = "pluto";
imports = [ ./hardware-configuration.nix ];
networking.hostName = "twinkpad";
hardware.graphics.enable = true;
hardware.graphics.extraPackages = with pkgs; [ intel-media-driver ];