nix: rename host pluto to twinkpad
This commit is contained in:
parent
1519a011a3
commit
5be174d713
3 changed files with 5 additions and 4 deletions
|
|
@ -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 ];
|
||||
Loading…
Add table
Add a link
Reference in a new issue