change from Andromeda/blog to Andromeda/best-blog
This commit is contained in:
parent
39b987332b
commit
3f5ad1a3df
3 changed files with 98 additions and 42 deletions
31
flake.nix
31
flake.nix
|
@ -8,16 +8,17 @@
|
|||
elmskell-blog.url = "git+https://git.mtgmonkey.net/Andromeda/blog.git";
|
||||
jank-client.url = "git+https://git.mtgmonkey.net/Andromeda/jank-client-fork.git";
|
||||
math-project.url = "git+https://git.mtgmonkey.net/Andromeda/math-project.git";
|
||||
best-blog.url = "git+https://git.mtgmonkey.net/Andromeda/best-blog.git";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
noshell,
|
||||
elmskell-blog,
|
||||
spacebar-server,
|
||||
jank-client,
|
||||
math-project,
|
||||
best-blog,
|
||||
...
|
||||
}: let
|
||||
system = "x86_64-linux";
|
||||
|
@ -27,32 +28,30 @@
|
|||
specialArgs = {
|
||||
inherit self;
|
||||
inherit system;
|
||||
inherit elmskell-blog;
|
||||
inherit spacebar-server;
|
||||
inherit math-project;
|
||||
inherit best-blog;
|
||||
ssh-pub-keys = import ./ssh-pub-keys.nix;
|
||||
};
|
||||
modules = [
|
||||
./services/ferron.nix
|
||||
./configuration.nix
|
||||
|
||||
./services/elmskell.nix
|
||||
./services/blog.nix
|
||||
|
||||
jank-client.nixosModules.x86_64-linux.default
|
||||
./services/spacebar.nix
|
||||
# ./services/rgit.nix
|
||||
./services/elmskell.nix
|
||||
./services/ferron.nix
|
||||
./services/gitea.nix
|
||||
|
||||
#./services/rgit.nix
|
||||
./services/math-project.nix
|
||||
./services/spacebar.nix
|
||||
./services/translate.nix
|
||||
|
||||
noshell.nixosModules.default
|
||||
{programs.noshell.enable = true;}
|
||||
|
||||
jank-client.nixosModules.x86_64-linux.default
|
||||
math-project.nixosModules.x86_64-linux.default
|
||||
{services.math-project.enable = true;}
|
||||
./services/math-project.nix
|
||||
|
||||
./configuration.nix
|
||||
noshell.nixosModules.default
|
||||
{
|
||||
programs.noshell.enable = true;
|
||||
services.math-project.enable = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue