mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-12 09:24:09 +02:00
switch back to default akkoma
This commit is contained in:
parent
dd357f817e
commit
d99e6efba9
1 changed files with 0 additions and 9 deletions
|
@ -97,15 +97,6 @@ in
|
|||
|
||||
services.akkoma = {
|
||||
enable = true;
|
||||
package = pkgs.akkoma.overrideAttrs (finalAttrs: previousAttrs: {
|
||||
src = pkgs.fetchFromGitea {
|
||||
domain = "akkoma.dev";
|
||||
owner = "AkkomaGang";
|
||||
repo = "akkoma";
|
||||
rev = "92e9ca0fafc94b84c618647d646efa11d29d9cfc";
|
||||
hash = "sha256-Bi+ooGMxbPIZErTILckgwYcgmN8LMlX43MF39x+KKvs=";
|
||||
};
|
||||
});
|
||||
nginx = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue