I'm giving up on the flake right now I can't remote build this shit
This commit is contained in:
parent
a03d3c69e5
commit
883ca377cf
2 changed files with 5 additions and 5 deletions
|
@ -26,9 +26,9 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
conduit = {
|
||||
url = "gitlab:famedly/conduit";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
#conduit = {
|
||||
# url = "gitlab:famedly/conduit";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
#};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
services.matrix-conduit = {
|
||||
enable = true;
|
||||
|
||||
package = inputs.conduit.packages.${pkgs.system}.default;
|
||||
#package = inputs.conduit.packages.${pkgs.system}.default;
|
||||
|
||||
settings.global = {
|
||||
server_name = "jacekpoz.pl";
|
||||
|
|
Loading…
Reference in a new issue