nix/os/devices/CFB4ED74: add syncthing and firewall
This commit is contained in:
parent
18a628070a
commit
431c44e335
2 changed files with 6 additions and 1 deletions
|
@ -4,4 +4,9 @@
|
|||
|
||||
{
|
||||
home-manager.users.steveej = import ../../../home-manager/configuration/text-minimal.txt;
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
openDefaultPorts = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue