nix/os/devices/CFB4ED74: add syncthing and firewall

This commit is contained in:
steveej 2018-11-13 00:54:04 +01:00
parent 18a628070a
commit 431c44e335
2 changed files with 6 additions and 1 deletions

View file

@ -10,7 +10,7 @@ in {
# TASK: new device
networking.hostName = "CFB4ED74"; # Define your hostname.
networking.firewall.enable = lib.mkForce false;
networking.firewall.enable = true;
# Kubernetes
# services.kubernetes.roles = ["master" "node"];