feat: add website
This commit is contained in:
parent
5744860ade
commit
3d47608a05
2 changed files with 6 additions and 0 deletions
|
|
@ -106,6 +106,8 @@
|
||||||
services.tailscale.authKeyFile = config.age.secrets.tailscale-key.path;
|
services.tailscale.authKeyFile = config.age.secrets.tailscale-key.path;
|
||||||
|
|
||||||
# MyMX
|
# MyMX
|
||||||
|
services.jetpham-website.enable = true;
|
||||||
|
|
||||||
services.mymx = {
|
services.mymx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
webhookSecretFile = config.age.secrets.mymx-webhook.path;
|
webhookSecretFile = config.age.secrets.mymx-webhook.path;
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,9 @@
|
||||||
mymx.url = "git+https://git.extremist.software/jet/mymx";
|
mymx.url = "git+https://git.extremist.software/jet/mymx";
|
||||||
mymx.inputs.nixpkgs.follows = "nixpkgs";
|
mymx.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
|
website.url = "git+https://git.extremist.software/jet/website";
|
||||||
|
website.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
agenix.url = "github:ryantm/agenix";
|
agenix.url = "github:ryantm/agenix";
|
||||||
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
@ -21,6 +24,7 @@
|
||||||
modules = [
|
modules = [
|
||||||
disko.nixosModules.disko
|
disko.nixosModules.disko
|
||||||
inputs.mymx.nixosModules.default
|
inputs.mymx.nixosModules.default
|
||||||
|
inputs.website.nixosModules.default
|
||||||
inputs.agenix.nixosModules.default
|
inputs.agenix.nixosModules.default
|
||||||
|
|
||||||
./disk-config.nix
|
./disk-config.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue