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/yate.nix
Normal file
10
config/hosts/yate/yate.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = [
|
||||
pkgs.yate
|
||||
];
|
||||
|
||||
# Just disable it for now.
|
||||
networking.firewall.enable = false;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue