forked from CCCHH/nix-infra
Configure basic yate host
This commit is contained in:
parent
46e43e51aa
commit
ef1710b09f
5 changed files with 61 additions and 0 deletions
10
config/hosts/yate/configuration.nix
Normal file
10
config/hosts/yate/configuration.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
networking = {
|
||||
hostName = "yate";
|
||||
domain = "z9.ccchh.net";
|
||||
};
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue