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,8 +0,0 @@
{ config, lib, pkgs, ... }:
{
networking.hostName = "pluto";
hardware.graphics.enable = true;
hardware.graphics.extraPackages = with pkgs; [ intel-media-driver ];
}