idek, random commit
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
noshell.url = "github:viperML/noshell";
|
||||
spacebar-server.url = "github:spacebarchat/server";
|
||||
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/master";
|
||||
|
||||
blog.url = "git+https://git.mtgmonkey.net/Andromeda/blog.git";
|
||||
jank-client.url = "git+https://git.mtgmonkey.net/Andromeda/jank-client-fork.git";
|
||||
@@ -15,6 +16,7 @@
|
||||
nixpkgs,
|
||||
noshell,
|
||||
spacebar-server,
|
||||
simple-nixos-mailserver,
|
||||
jank-client,
|
||||
math-project,
|
||||
blog,
|
||||
@@ -28,6 +30,7 @@
|
||||
inherit self;
|
||||
inherit system;
|
||||
inherit spacebar-server;
|
||||
inherit simple-nixos-mailserver;
|
||||
inherit math-project;
|
||||
inherit blog;
|
||||
ssh-pub-keys = import ./ssh-pub-keys.nix;
|
||||
@@ -39,6 +42,8 @@
|
||||
./services/elmskell.nix
|
||||
./services/ferron.nix
|
||||
./services/gitea.nix
|
||||
# ./services/mailserver.nix
|
||||
# ./services/minecraft-server.nix
|
||||
# ./services/rgit.nix
|
||||
./services/math-project.nix
|
||||
./services/spacebar.nix
|
||||
@@ -47,6 +52,7 @@
|
||||
jank-client.nixosModules.x86_64-linux.default
|
||||
math-project.nixosModules.x86_64-linux.default
|
||||
noshell.nixosModules.default
|
||||
simple-nixos-mailserver.nixosModule
|
||||
{
|
||||
programs.noshell.enable = true;
|
||||
services.math-project.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user