diff --git a/hosts/phantom/default.nix b/hosts/phantom/default.nix index 45c27d7..e5570ee 100644 --- a/hosts/phantom/default.nix +++ b/hosts/phantom/default.nix @@ -11,7 +11,6 @@ ../../system/nix.nix ./hardware-config.nix ./mastodon.nix - ./lemmy.nix ./nextcloud.nix ./nginx.nix ./syncthing.nix diff --git a/hosts/phantom/lemmy.nix b/hosts/phantom/lemmy.nix deleted file mode 100644 index 61bf2e4..0000000 --- a/hosts/phantom/lemmy.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ - services.lemmy = { - enable = true; - settings = { - hostname = "lemmy.lelgenio.com"; - }; - database.createLocally = true; - nginx.enable = true; - }; - - services.nginx.virtualHosts."lemmy.lelgenio.com" = { - enableACME = true; - forceSSL = true; - }; -} diff --git a/user/firefox.nix b/user/firefox.nix index 063cd26..48c4fc9 100644 --- a/user/firefox.nix +++ b/user/firefox.nix @@ -61,6 +61,11 @@ in hash = "sha256-ApCc+MNmW9Wd/5seV6npePQVEaszT/rhD9EB7HGiUb8="; }) + (pkgs.fetchFirefoxAddon { + name = "mastodon_simplified_federation"; + url = "https://addons.mozilla.org/firefox/downloads/file/4215691/mastodon_simplified_federation-2.2.xpi"; + hash = "sha256-4iU25chpjsdsMTPaa0yQOTWc9V9q1qFz6YV0lYtNjLA="; + }) (pkgs.fetchFirefoxAddon { name = "substitoot"; url = "https://addons.mozilla.org/firefox/downloads/file/4236602/substitoot-0.7.2.0.xpi"; diff --git a/user/sway/open-tablet-driver.json b/user/sway/open-tablet-driver.json index 632cd6c..3b388a1 100644 --- a/user/sway/open-tablet-driver.json +++ b/user/sway/open-tablet-driver.json @@ -10,8 +10,8 @@ "Filters": [], "AbsoluteModeSettings": { "Display": { - "Width": 960.0, - "Height": 540.0, + "Width": 1920.0, + "Height": 1080.0, "X": 960.0, "Y": 540.0, "Rotation": 0.0 @@ -111,4 +111,4 @@ "LockUsableAreaDisplay": true, "LockUsableAreaTablet": true, "Tools": [] -} \ No newline at end of file +}