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

@ -4,4 +4,9 @@
{
home-manager.users.steveej = import ../../../home-manager/configuration/text-minimal.txt;
services.syncthing = {
enable = true;
openDefaultPorts = true;
};
}