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

17 lines
343 B
Nix

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