Syncthing fixes; fix lingering for aires; open OpenVPN port on Haven
This commit is contained in:
parent
04fb980753
commit
4f1d045e1a
|
@ -58,8 +58,11 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
# Open port for OpenVPN
|
||||
networking.firewall.allowedUDPPorts = [ 1194 ];
|
||||
|
||||
# Add script for booting Haven
|
||||
environment.systemPackages = [
|
||||
start-haven
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
@ -53,6 +53,7 @@ with lib;
|
|||
#libsForQt5.breeze-qt5 # for plasma
|
||||
gnome.gnome-themes-extra
|
||||
papirus-icon-theme
|
||||
qogir-icon-theme
|
||||
];
|
||||
pathsToLink = [ "/share/icons" ];
|
||||
};
|
||||
|
|
|
@ -100,6 +100,7 @@ with lib;
|
|||
# Themeing
|
||||
gnome.gnome-themes-extra
|
||||
papirus-icon-theme
|
||||
qogir-icon-theme
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -114,7 +114,7 @@ with lib;
|
|||
enable = true;
|
||||
extraOptions = [
|
||||
"--gui-address=0.0.0.0:8081"
|
||||
"--home=${config.users.users.gremlin.home}.config/syncthing"
|
||||
"--home=${config.users.users.gremlin.home}/.config/syncthing"
|
||||
"--no-default-folder"
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue