dotfiles/nix/hosts/lemp11/default.nix

16 lines
232 B
Nix

{
features = {
desktop = {
gaming.enable = true;
homelab = {
gitea.enable = true;
immich.enable = true;
jellyfin.enable = true;
};
};
};
imports = [ ./configuration.nix ];
}