Compare commits
No commits in common. "f755ab317244435519176363875ae55f21093276" and "a06fb0d2fbce0491493abf843efb41f6d6c392ba" have entirely different histories.
f755ab3172
...
a06fb0d2fb
|
@ -11,7 +11,6 @@
|
||||||
../../system/nix.nix
|
../../system/nix.nix
|
||||||
./hardware-config.nix
|
./hardware-config.nix
|
||||||
./mastodon.nix
|
./mastodon.nix
|
||||||
./lemmy.nix
|
|
||||||
./nextcloud.nix
|
./nextcloud.nix
|
||||||
./nginx.nix
|
./nginx.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
|
|
|
@ -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;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -61,6 +61,11 @@ in
|
||||||
hash = "sha256-ApCc+MNmW9Wd/5seV6npePQVEaszT/rhD9EB7HGiUb8=";
|
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 {
|
(pkgs.fetchFirefoxAddon {
|
||||||
name = "substitoot";
|
name = "substitoot";
|
||||||
url = "https://addons.mozilla.org/firefox/downloads/file/4236602/substitoot-0.7.2.0.xpi";
|
url = "https://addons.mozilla.org/firefox/downloads/file/4236602/substitoot-0.7.2.0.xpi";
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
"Filters": [],
|
"Filters": [],
|
||||||
"AbsoluteModeSettings": {
|
"AbsoluteModeSettings": {
|
||||||
"Display": {
|
"Display": {
|
||||||
"Width": 960.0,
|
"Width": 1920.0,
|
||||||
"Height": 540.0,
|
"Height": 1080.0,
|
||||||
"X": 960.0,
|
"X": 960.0,
|
||||||
"Y": 540.0,
|
"Y": 540.0,
|
||||||
"Rotation": 0.0
|
"Rotation": 0.0
|
||||||
|
@ -111,4 +111,4 @@
|
||||||
"LockUsableAreaDisplay": true,
|
"LockUsableAreaDisplay": true,
|
||||||
"LockUsableAreaTablet": true,
|
"LockUsableAreaTablet": true,
|
||||||
"Tools": []
|
"Tools": []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue