adding sourcehut
This commit is contained in:
parent
a32eabd043
commit
3877ffcf58
13
modules/sourcehut.nix
Normal file
13
modules/sourcehut.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
{
|
||||
services.sourcehut = {
|
||||
enable = true;
|
||||
todo = {
|
||||
enable = true;
|
||||
};
|
||||
redis.enable = true;
|
||||
postgresql.enable = true;
|
||||
};
|
||||
}
|
|
@ -11,6 +11,7 @@
|
|||
../../pkgs/base-packages.nix
|
||||
../../modules/base.nix
|
||||
../../modules/localai.nix
|
||||
../../modules/sourcehut.nix
|
||||
# ../../pkgs/ai.nix
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue