Add seedbox

This commit is contained in:
muon 2026-01-02 19:24:15 +00:00
parent 4744f39ad7
commit 08344a4843
4 changed files with 218 additions and 10 deletions

View file

@ -1,5 +1,11 @@
{ config, lib, pkgs, inputs, system, ... }:
let
{
config,
lib,
pkgs,
inputs,
system,
...
}: let
cfg = config.mods;
keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKEio+Y5wBVD1wILaH2R3wV10FvVjiqy/4gGBWHOITTB muon@muon"
@ -8,7 +14,7 @@ let
];
in {
# Hardware
imports = [ ./hardware-configuration.nix ../ports.nix ];
imports = [./hardware-configuration.nix ../ports.nix];
# System
mods.user.name = "muon";
@ -45,6 +51,7 @@ in {
mods.server.lemmy.enable = true;
mods.server.audio.enable = true;
mods.server.atuin.enable = true;
mods.server.seedbox.enable = true;
mods.server.dash.enable = false;
mods.server.nginx.ports.dash = 3009;