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;
|
||||
|
||||
# MyMX
|
||||
services.jetpham-website.enable = true;
|
||||
|
||||
services.mymx = {
|
||||
enable = true;
|
||||
webhookSecretFile = config.age.secrets.mymx-webhook.path;
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@
|
|||
mymx.url = "git+https://git.extremist.software/jet/mymx";
|
||||
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.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
|
@ -21,6 +24,7 @@
|
|||
modules = [
|
||||
disko.nixosModules.disko
|
||||
inputs.mymx.nixosModules.default
|
||||
inputs.website.nixosModules.default
|
||||
inputs.agenix.nixosModules.default
|
||||
|
||||
./disk-config.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue