nix: change names of hosts

This commit is contained in:
Nico 2025-05-03 16:16:04 +10:00
parent c1719ac77b
commit 44696ee9e4
8 changed files with 44 additions and 13 deletions

View file

@ -1,6 +0,0 @@
{ config, lib, pkgs, ... }:
{
networking.hostName = "faye";
networking.computerName = "faye";
}

6
hosts/kita/conf.nix Normal file
View file

@ -0,0 +1,6 @@
{ config, lib, pkgs, ... }:
{
networking.hostName = "kita";
networking.computerName = "kita";
}

View file

@ -7,7 +7,7 @@
./specialisation.nix
];
networking.hostName = "pluto";
networking.hostName = "nijika";
hardware.graphics.enable = true;
environment.sessionVariables.LIBVA_DRIVER_NAME = "iHD";