chore: format and update ff addons
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
64b760fd62
commit
fab7d1c38f
5 changed files with 15 additions and 18 deletions
|
@ -27,7 +27,7 @@ in {
|
||||||
WG_DEFAULT_DNS = "1.0.0.1";
|
WG_DEFAULT_DNS = "1.0.0.1";
|
||||||
};
|
};
|
||||||
|
|
||||||
volumes =[
|
volumes = [
|
||||||
"${rwPath}/data:/etc/wireguard"
|
"${rwPath}/data:/etc/wireguard"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -31,9 +31,9 @@ in {
|
||||||
|
|
||||||
systemd.services = let
|
systemd.services = let
|
||||||
joinWgNamespace = {
|
joinWgNamespace = {
|
||||||
bindsTo = [ "netns@wg.service" ];
|
bindsTo = ["netns@wg.service"];
|
||||||
requires = [ "network-online.target" ];
|
requires = ["network-online.target"];
|
||||||
after = [ "wireguard-wg0.service" ];
|
after = ["wireguard-wg0.service"];
|
||||||
unitConfig.JoinsNamespaceOf = "netns@wg.service";
|
unitConfig.JoinsNamespaceOf = "netns@wg.service";
|
||||||
serviceConfig.NetworkNamespacePath = "/var/run/netns/wg";
|
serviceConfig.NetworkNamespacePath = "/var/run/netns/wg";
|
||||||
};
|
};
|
||||||
|
|
|
@ -50,10 +50,10 @@
|
||||||
};
|
};
|
||||||
"floccus" = buildFirefoxXpiAddon {
|
"floccus" = buildFirefoxXpiAddon {
|
||||||
pname = "floccus";
|
pname = "floccus";
|
||||||
version = "5.0.8";
|
version = "5.0.10";
|
||||||
addonId = "floccus@handmadeideas.org";
|
addonId = "floccus@handmadeideas.org";
|
||||||
url = "https://addons.mozilla.org/firefox/downloads/file/4218289/floccus-5.0.8.xpi";
|
url = "https://addons.mozilla.org/firefox/downloads/file/4247541/floccus-5.0.10.xpi";
|
||||||
sha256 = "72c05ea95f1ec5ac3327d2060c9369e026117c17e90c7436cf124b833040e75e";
|
sha256 = "8e8ef6e0737df84405c98bf902b1d4b4ffaff743aa880e9205759c8c16dac236";
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://floccus.org";
|
homepage = "https://floccus.org";
|
||||||
description = "Sync your bookmarks across browsers via Nextcloud, WebDAV or Google Drive";
|
description = "Sync your bookmarks across browsers via Nextcloud, WebDAV or Google Drive";
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
imports = [
|
imports = [
|
||||||
./gtk.nix
|
./gtk.nix
|
||||||
./qt.nix
|
./qt.nix
|
||||||
|
|
Loading…
Reference in a new issue