disable akkoma package
This commit is contained in:
parent
bcace9cdb9
commit
94093fac04
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
nixosModules = rec {
|
||||
default = enableTachikoma;
|
||||
enableTachikoma = { pkgs, ...}: {
|
||||
services.akkoma.package = packages.${pkgs.system}.akkoma.tachikoma;
|
||||
# services.akkoma.package = packages.${pkgs.system}.akkoma.tachikoma;
|
||||
services.akkoma.frontends.primary = {
|
||||
name = "tachikoma-fe";
|
||||
ref = "stable";
|
||||
|
|
Loading…
Add table
Reference in a new issue