forked from nico/dots
nix: change names of hosts
This commit is contained in:
parent
c1719ac77b
commit
44696ee9e4
8 changed files with 44 additions and 13 deletions
|
|
@ -1,6 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
networking.hostName = "faye";
|
||||
networking.computerName = "faye";
|
||||
}
|
||||
6
hosts/kita/conf.nix
Normal file
6
hosts/kita/conf.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
networking.hostName = "kita";
|
||||
networking.computerName = "kita";
|
||||
}
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
./specialisation.nix
|
||||
];
|
||||
|
||||
networking.hostName = "pluto";
|
||||
networking.hostName = "nijika";
|
||||
|
||||
hardware.graphics.enable = true;
|
||||
environment.sessionVariables.LIBVA_DRIVER_NAME = "iHD";
|
||||
Loading…
Add table
Add a link
Reference in a new issue