chore: format and update ff addons
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-03-11 22:25:32 -04:00
parent 64b760fd62
commit fab7d1c38f
5 changed files with 15 additions and 18 deletions

View file

@ -22,12 +22,12 @@ in {
};
users.users.${mainUser} = {
isNormalUser = true;
extraGroups = [
"wheel"
"adm"
"borg"
];
isNormalUser = true;
extraGroups = [
"wheel"
"adm"
"borg"
];
};
home-manager.users.${mainUser} = {

View file

@ -27,8 +27,8 @@ in {
WG_DEFAULT_DNS = "1.0.0.1";
};
volumes =[
"${rwPath}/data:/etc/wireguard"
volumes = [
"${rwPath}/data:/etc/wireguard"
];
ports = [

View file

@ -31,9 +31,9 @@ in {
systemd.services = let
joinWgNamespace = {
bindsTo = [ "netns@wg.service" ];
requires = [ "network-online.target" ];
after = [ "wireguard-wg0.service" ];
bindsTo = ["netns@wg.service"];
requires = ["network-online.target"];
after = ["wireguard-wg0.service"];
unitConfig.JoinsNamespaceOf = "netns@wg.service";
serviceConfig.NetworkNamespacePath = "/var/run/netns/wg";
};

View file

@ -50,10 +50,10 @@
};
"floccus" = buildFirefoxXpiAddon {
pname = "floccus";
version = "5.0.8";
version = "5.0.10";
addonId = "floccus@handmadeideas.org";
url = "https://addons.mozilla.org/firefox/downloads/file/4218289/floccus-5.0.8.xpi";
sha256 = "72c05ea95f1ec5ac3327d2060c9369e026117c17e90c7436cf124b833040e75e";
url = "https://addons.mozilla.org/firefox/downloads/file/4247541/floccus-5.0.10.xpi";
sha256 = "8e8ef6e0737df84405c98bf902b1d4b4ffaff743aa880e9205759c8c16dac236";
meta = with lib; {
homepage = "https://floccus.org";
description = "Sync your bookmarks across browsers via Nextcloud, WebDAV or Google Drive";

View file

@ -1,7 +1,4 @@
{
pkgs,
...
}: {
{pkgs, ...}: {
imports = [
./gtk.nix
./qt.nix