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

View file

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