Added hostname.nix
This commit is contained in:
parent
2ba3c5e060
commit
d037ad05cd
1 changed files with 4 additions and 0 deletions
4
hostname.nix
Normal file
4
hostname.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{config, libs, pkgs, ...}:
|
||||||
|
{
|
||||||
|
networking.hostname = "ChCh-Elab-L";
|
||||||
|
};
|
Loading…
Add table
Add a link
Reference in a new issue