idek, random commit

This commit is contained in:
mtgmonkey
2025-12-11 19:40:50 +00:00
parent 6e30000ce5
commit 8e1895f1b1
6 changed files with 197 additions and 16 deletions

View File

@@ -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;