nix: change names of hosts
This commit is contained in:
parent
c1719ac77b
commit
44696ee9e4
8 changed files with 44 additions and 13 deletions
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";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue