Revert "nix: rename host pluto to twinkpad"

This reverts commit 274f9993c508cb02d405035527c42f270514b5ff.
This commit is contained in:
Nico 2025-05-03 16:16:03 +10:00
parent d6a504ff47
commit 45a79e8239
3 changed files with 4 additions and 5 deletions

8
hosts/pluto/conf.nix Normal file
View file

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