flake-config/hosts/blobercraft/default.nix
Squibid 70a2087af4
auto commit on build
hosts/blobercraft/alps.nix
hosts/blobercraft/default.nix
2025-11-10 01:34:22 -05:00

18 lines
358 B
Nix

{ ... }:
{
imports = [
./hardware-configuration.nix # Include the results of the hardware scan.
./jellyfin.nix
./minecraft.nix
./gatus.nix
./ai.nix
./alps.nix
];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# ai.enable = true;
jellyfin.enable = true;
minecraft.enable = true;
}