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