Compare commits
2 commits
79c4067f67
...
93612ad1ff
Author | SHA1 | Date | |
---|---|---|---|
|
93612ad1ff | ||
|
0691009430 |
|
@ -20,8 +20,8 @@
|
||||||
url = "github:nixified-ai/flake";
|
url = "github:nixified-ai/flake";
|
||||||
};
|
};
|
||||||
website = {
|
website = {
|
||||||
url = "git+https://git.tfcconnection.org/TFC/tfcconnection";
|
# url = "git+https://git.tfcconnection.org/TFC/tfcconnection";
|
||||||
# url = "path:/tfcconnection";
|
url = "path:/tfcconnection";
|
||||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
pkgsForSystem = import nixpkgs {
|
pkgsForSystem = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
config = { allowUnfree = true; };
|
config = { allowUnfree = true; };
|
||||||
overlays = [ (final: prev: { website = website.packages.${system}.default; }) ];
|
# overlays = [ (final: prev: { website = website.packages.${system}.default; }) ];
|
||||||
};
|
};
|
||||||
|
|
||||||
lib = nixpkgs.lib;
|
lib = nixpkgs.lib;
|
||||||
|
|
|
@ -19,7 +19,7 @@ in
|
||||||
../../modules/searx.nix
|
../../modules/searx.nix
|
||||||
../../modules/mail.nix
|
../../modules/mail.nix
|
||||||
../../modules/vaultwarden.nix
|
../../modules/vaultwarden.nix
|
||||||
../../modules/website.nix
|
# ../../modules/website.nix
|
||||||
../../modules/grist.nix
|
../../modules/grist.nix
|
||||||
../../modules/keycloak.nix
|
../../modules/keycloak.nix
|
||||||
# ../../modules/comfyui.nix
|
# ../../modules/comfyui.nix
|
||||||
|
|
Loading…
Reference in a new issue