Remove btc and use Albyhub

This commit is contained in:
Greg Hellings
2025-12-23 18:13:25 -06:00
parent 21f23945c6
commit 44ea82fe2c
8 changed files with 143 additions and 226 deletions
+7 -3
View File
@@ -5,7 +5,6 @@
{
config,
pkgs,
top,
...
}:
let
@@ -18,8 +17,6 @@ in
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
top.btc.nixosModules.default
./bitcoin.nix
];
# Bootloader
@@ -90,6 +87,13 @@ in
};
services = {
albyhub = {
enable = true;
openFirewall = true;
settings = {
workDir = "/chain/alby";
};
};
jellyfin = {
enable = true;
openFirewall = true;